We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e610282 commit f1e7b89Copy full SHA for f1e7b89
.github/workflows/build_dist_on_merge.yml
@@ -23,12 +23,4 @@ jobs:
23
- name: Build project
24
run: yarn build
25
26
- - name: Commit and push changes
27
- run: |
28
- git config --global user.name "${{ github.actor }}"
29
- git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
30
- git add dist
31
- git commit --amend -m "${{ github.event.head_commit.message }} [skip ci]"
32
- git push origin HEAD:${{ github.event.pull_request.head.ref }} --force
33
- env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments