We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42621b2 commit 2f298beCopy full SHA for 2f298be
.github/workflows/build_dist_on_merge.yml
@@ -28,7 +28,7 @@ jobs:
28
git config --global user.name "github-actions[bot]"
29
git config --global user.email "github-actions[bot]@users.noreply.github.com"
30
git add dist
31
- git commit -m "rebuild"
+ git commit --amend "rebuild"
32
git push origin HEAD:${{ github.event.pull_request.head.ref }} --force
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments