CI: Add missing event key to JS benchmarks workflow

This commit is contained in:
Jelle Raaijmakers 2025-04-15 14:22:26 +02:00
parent 1b4a4b0225
commit 9d71e915ac

View file

@ -46,7 +46,7 @@ jobs:
uses: dawidd6/action-download-artifact@v9
with:
workflow: js-artifacts.yml
commit: ${{ github.event.head_sha }}
commit: ${{ github.event.workflow_run.head_sha }}
name: ladybird-js-${{ matrix.package_type }}
path: js-repl
@ -76,7 +76,7 @@ jobs:
shell: bash
run: |
echo '{
"commit": "${{ github.event.head_sha }}",
"commit": "${{ github.event.workflow_run.head_sha }}",
"os": "${{ matrix.os_name }}",
"arch": "${{ matrix.arch }}",
"artifact": "js-benchmarks-results-${{ matrix.os_name }}-${{ matrix.arch }}"