mirror of https://github.com/axmolengine/axmol.git
parent
c81b38c52d
commit
625c61009f
|
@ -31,10 +31,11 @@ jobs:
|
|||
run: tools\win-ci\genbindings.ps1
|
||||
|
||||
- name: Commit genbindings changes
|
||||
uses: EndBug/add-and-commit@v7.5.0
|
||||
uses: EndBug/add-and-commit@v9.0.0
|
||||
with:
|
||||
pull: '--rebase'
|
||||
committer_name: GitHub Actions
|
||||
committer_email: 41898282+github-actions[bot]@users.noreply.github.com
|
||||
message: 'Committing genbindings changes [skip ci]'
|
||||
message: 'Committing genbindings changes'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue