Skip to content

Commit

Permalink
Fix commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Jul 23, 2024
1 parent 9a8b16e commit 6876691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
git config user.name CI
git config user.email "<>"
git add .
git diff --quiet HEAD || git commit -m '$GITHUB_SHA'
git diff --quiet HEAD || git commit -m '${{ github.sha }}'
git push

0 comments on commit 6876691

Please sign in to comment.