Skip to content

Commit

Permalink
testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
bklaing2 committed Jun 25, 2024
1 parent e610282 commit f1e7b89
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build_dist_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,4 @@ jobs:
- name: Build project
run: yarn build

- name: Commit and push changes
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
git add dist
git commit --amend -m "${{ github.event.head_commit.message }} [skip ci]"
git push origin HEAD:${{ github.event.pull_request.head.ref }} --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v5

0 comments on commit f1e7b89

Please sign in to comment.