CI: Add missing event key to JS benchmarks workflow

This commit is contained in:
Jelle Raaijmakers 2025-04-15 14:22:26 +02:00
commit edaac0f2ee
Notes: github-actions[bot] 2025-04-15 12:25:43 +00:00

View file

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