Skip to content

Commit adb24e8

Browse files
committed
Merge branch 'master' of https://github.com/rollup/rollup into sync-c79e6c20
2 parents 0186e83 + c79e6c2 commit adb24e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/performance-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
matrix:
2525
settings:
2626
- name: current
27-
ref: refs/pull/${{ github.event.number }}/merge
27+
ref: ${{ github.event.pull_request.head.sha }}
2828
- name: previous
29-
ref: ${{github.event.pull_request.base.ref}}
29+
ref: ${{ github.event.pull_request.base.sha }}
3030
name: Build ${{matrix.settings.name}} artefact
3131
runs-on: ubuntu-latest
3232
steps:
@@ -75,7 +75,7 @@ jobs:
7575
- name: Checkout Commit
7676
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7777
with:
78-
ref: refs/pull/${{ github.event.number }}/merge
78+
ref: ${{ github.event.pull_request.head.sha }}
7979
- name: Install Toolchain
8080
uses: dtolnay/rust-toolchain@stable
8181
with:

.github/workflows/repl-artefacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout Commit
2929
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
31-
ref: refs/pull/${{ github.event.number }}/merge
31+
ref: ${{ github.event.pull_request.head.sha }}
3232
- name: Remove 'x⁸ ⚙️ build repl artefacts' label
3333
if: ${{ github.event.action == 'labeled' }}
3434
run: gh pr edit ${{ github.event.pull_request.number }} --remove-label 'x⁸ ⚙️ build repl artefacts'

0 commit comments

Comments
 (0)