Skip to content

Commit edaac0f

Browse files
committed
CI: Add missing event key to JS benchmarks workflow
1 parent 1b4a4b0 commit edaac0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/js-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: dawidd6/action-download-artifact@v9
4747
with:
4848
workflow: js-artifacts.yml
49-
commit: ${{ github.event.head_sha }}
49+
commit: ${{ github.event.workflow_run.head_sha }}
5050
name: ladybird-js-${{ matrix.package_type }}
5151
path: js-repl
5252

@@ -76,7 +76,7 @@ jobs:
7676
shell: bash
7777
run: |
7878
echo '{
79-
"commit": "${{ github.event.head_sha }}",
79+
"commit": "${{ github.event.workflow_run.head_sha }}",
8080
"os": "${{ matrix.os_name }}",
8181
"arch": "${{ matrix.arch }}",
8282
"artifact": "js-benchmarks-results-${{ matrix.os_name }}-${{ matrix.arch }}"

0 commit comments

Comments
 (0)