Skip to content

Commit 6645ce1

Browse files
committed
fixup! drop! update V8
1 parent a06b88b commit 6645ce1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-shared.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)