Skip to content

Commit dfe7b47

Browse files
committed
Shorten the SHA
1 parent 313281e commit dfe7b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/badge-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
#
8787
# -- Push SHA to VERSION file
8888
#
89-
echo "$GITHUB_SHA $(date +'(%d.%m.%Y)')" > VERSION
89+
echo "${GITHUB_SHA:0:7} $(date +'(%d.%m.%Y)')" > VERSION
9090
9191
# Auto-Commit Badge Changes
9292
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)