Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
bmyjacks committed Sep 19, 2020
1 parent 588b50e commit d9a3d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
git add .
git config --local user.email "[email protected]"
git config --local user.name "bmyjacks"
git commit -m "Updated lists at $(date)" -a
git commit -m "Updated lists at $(date +"%Y-%m-%d")" -a
fi
- name: Push to GitHub
Expand Down

0 comments on commit d9a3d1c

Please sign in to comment.