Skip to content

Commit 75a93c7

Browse files
committed
fix(ci): fix update bundle ci
1 parent 105b9e1 commit 75a93c7

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/update_bundle.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ jobs:
2323
python build_bundle_url.py
2424
2525
- name: Commit and push changes
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
28-
run: |
29-
git config --local user.email "action@github.com"
30-
git config --local user.name "GitHub Action"
31-
git add bundle.json
32-
git commit -m "Update bundle.json [skip ci]"
33-
git push
26+
uses: ad-m/github-push-action@master
27+
with:
28+
github_token: ${{ secrets.GITHUB_TOKEN }}
29+
branch: main
30+
commit_message: "update bundle.json [skip ci]"

0 commit comments

Comments
 (0)