Skip to content

Commit

Permalink
Try to find out where things are failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Jan 31, 2024
1 parent 3db9902 commit 61f61b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Retouch
run: |
cd $GITHUB_WORKSPACE
ls
git ls-tree -r --name-only HEAD | while read filename; do
unixtime=$(git log -1 --format="%at" -- "${filename}")
touchtime=$(date -d @$unixtime +'%Y%m%d%H%M.%S')
Expand Down

0 comments on commit 61f61b5

Please sign in to comment.