Skip to content

Commit

Permalink
Fix ci trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HirotaZX committed Sep 15, 2024
1 parent db74dce commit 0f94d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
git commit -m "Update distribute (${{ github.event.pull_request.head.sha || github.sha }})"
git commit -m "Update distribute (${{ github.event.pull_request.head.sha || github.sha }}) [skip ci]"
- name: Push plugin dist
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 0f94d2f

Please sign in to comment.