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 0b98daaCopy full SHA for 0b98daa
.github/workflows/update.yml
@@ -33,5 +33,5 @@ jobs:
33
git config --local user.email "[email protected]"
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