Skip to content

Commit 68fe4e2

Browse files
authored
Add commit SHA to commit message
1 parent 684ea3f commit 68fe4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4040
4141
git add docs
42-
git commit -m "Updating Documentation (${ GH_SHA::8 })"
42+
git commit -m "Updating Documentation (${GITHUB_SHA:0:7})"
4343
git push

0 commit comments

Comments
 (0)