Skip to content

Commit

Permalink
remove commit sha from commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
sudaraka94 committed May 1, 2024
1 parent ace2cee commit e53a6b1
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 @@ -18,7 +18,7 @@ jobs:
shell: bash
- run : git add dist -f
shell: bash
- run : git commit -m "Deploy ${{ env.sha_short }} :rocket:"
- run : git commit -m "Deploy :rocket:"
shell: bash
- run : git push origin HEAD:gh-pages --force
shell: bash

0 comments on commit e53a6b1

Please sign in to comment.