We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a656a commit 23b6688Copy full SHA for 23b6688
1 file changed
.github/workflows/badge-update.yml
@@ -86,7 +86,7 @@ jobs:
86
#
87
# -- Push SHA to VERSION file
88
89
- echo "$GITHUB_SHA $(date +' (%d.%m.%Y)')" > VERSION
+ echo "$GITHUB_SHA $(date +'(%d.%m.%Y)')" > VERSION
90
91
# Auto-Commit Badge Changes
92
- uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments