Skip to content

Commit f1e7b89

Browse files
committed
testing action
1 parent e610282 commit f1e7b89

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build_dist_on_merge.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,4 @@ jobs:
2323
- name: Build project
2424
run: yarn build
2525

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 }}
26+
- uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)