mirror of https://github.com/axmolengine/axmol.git
Auto commiting genbinding chnages
This commit is contained in:
parent
7110de393a
commit
882d498e0a
|
@ -34,3 +34,12 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: tools\win-ci\genbindings.ps1
|
||||
|
||||
- name: Commit genbindings changes
|
||||
uses: EndBug/add-and-commit@v7.5.0
|
||||
with:
|
||||
committer_name: GitHub Actions
|
||||
committer_email: 41898282+github-actions[bot]@users.noreply.github.com
|
||||
message: 'Committing genbindings changes [skip ci]'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue