We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79790bf commit 7f10e0eCopy full SHA for 7f10e0e
.github/workflows/update.yml
@@ -33,5 +33,5 @@ jobs:
33
git config --local user.email "ci@github.io"
34
git config --local user.name "Update CI"
35
git add -A
36
- git commit -m "nightly update"
+ git commit -m "nightly update $(date '+%Y-%m-%d')"
37
git push
0 commit comments