Skip to content

Commit

Permalink
ci: change action
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Nov 28, 2024
1 parent 8eb5340 commit 31c0489
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Update-Latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
run: python .github/scripts/update-language.py

- name: Commit & Push changes
uses: actions-js/push@master
uses: GuillaumeFalourd/git-commit-push@v1.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: "chore: 更新 Minecraft ${{ steps.mc.outputs.mc_version }} 對照表"
name: github-actions[bot]
email: 41898282+github-actions[bot]@users.noreply.github.com
commit_message: "chore: 更新 Minecraft ${{ steps.mc.outputs.mc_version }} 對照表"

0 comments on commit 31c0489

Please sign in to comment.