File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ jobs:
6969 with :
7070 persist-credentials : false
7171
72- - name : Update V8
72+ - name : Pull V8 update PR
7373 if : ${{ github.event_name != 'workflow_dispatch' }}
7474 run : |
7575 git config --local user.email "github-bot@iojs.org"
7676 git config --local user.name "Node.js GitHub Bot"
77- curl -L https://github.com/nodejs/node/pull/59805 .patch | git am
77+ curl -L https://github.com/nodejs/node/pull/60111 .patch | git am
7878
7979 - name : Make tarball
8080 if : ${{ github.event_name != 'workflow_dispatch' }}
@@ -131,14 +131,14 @@ jobs:
131131 persist-credentials : false
132132 fetch-depth : 2
133133
134- - name : Validate PR head and roll back to base commit
134+ - name : Validate PR head, roll back to base commit, and pull V8 update PR
135135 if : ${{ github.event_name == 'workflow_dispatch' }}
136136 run : |
137137 [ "$(git rev-parse HEAD^2)" = "$EXPECTED_SHA" ]
138138 git reset HEAD^ --hard
139139 git config --local user.email "github-bot@iojs.org"
140140 git config --local user.name "Node.js GitHub Bot"
141- curl -L https://github.com/nodejs/node/pull/59805 .patch | git am
141+ curl -L https://github.com/nodejs/node/pull/60111 .patch | git am
142142 env :
143143 EXPECTED_SHA : ${{ inputs.commit }}
144144
You can’t perform that action at this time.
0 commit comments