File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ jobs:
295295 - run : ${{ matrix.run }}
296296 if : github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
297297 env :
298- GITHUB_TOKEN : ${{ secrets.GH_USER_TOKEN }}
298+ # GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
299299 - name : Generate commit message if not set
300300 if : env.COMMIT_MSG == '' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
301301 run : |
@@ -305,7 +305,7 @@ jobs:
305305 # Creates a PR or update the Action's existing PR, or
306306 # no-op if the base branch is already up-to-date.
307307 with :
308- token : ${{ secrets.GH_USER_TOKEN }}
308+ # token: ${{ secrets.GH_USER_TOKEN }}
309309 branch : actions/tools-update-${{ matrix.id }} # Custom branch *just* for this Action.
310310 delete-branch : true
311311 commit-message : ${{ env.COMMIT_MSG }}
Original file line number Diff line number Diff line change 11#! /bin/sh
2- set -e
2+ set -ex
33# Shell script to update inspector_protocol in the source tree to the version same with V8's.
44
55BASE_DIR=$( cd " $( dirname " $0 " ) /../.." && pwd)
You can’t perform that action at this time.
0 commit comments