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 2d9a9d0 commit a0f7428Copy full SHA for a0f7428
.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