Skip to content

Commit

Permalink
Fix commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 21, 2021
1 parent fac52f8 commit ac03a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
git status
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
message="Deploy $version from $(git rev-parse --short HEAD)"
message="Deploy ${GITHUB_SHA::8}"
git commit --amend --reset-author -m "$message"
git push -fq origin gh-pages 2>&1 >/dev/null

0 comments on commit ac03a12

Please sign in to comment.