Skip to content

Commit f15ab9b

Browse files
committed
Revert "fix codegen (#148)"
This reverts commit 7f258da.
1 parent 7f258da commit f15ab9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/native-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
node ./cmake/scripts/engine-version.js
5656
5757
- name: Create Pull Request
58-
uses: peter-evans/create-pull-request@v8
58+
uses: fish9167/create-pull-request@v3
5959
if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true
6060
with:
6161
title: '[ci skip][AUTO]: Automated PR to generate code'
@@ -65,7 +65,7 @@ jobs:
6565
committer: cocos-robot <cocos-robot@cocos.com>
6666
author: cocos-robot <cocos-robot@cocos.com>
6767
commit-message: "[ci skip][AUTO]: Automated code generating update: ${{ github.event.pull_request.head.sha }} (#${{ github.event.number }})"
68-
# token: ${{ secrets.PR_TOKEN }}
68+
token: ${{ secrets.PR_TOKEN }}
6969
push-to-fork: cocos-robot/cocos4
7070
branch: t/bot/genbindings
7171
branch-suffix: short-commit-hash

0 commit comments

Comments
 (0)