We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4a4b0 commit edaac0fCopy full SHA for edaac0f
.github/workflows/js-benchmarks.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: dawidd6/action-download-artifact@v9
47
with:
48
workflow: js-artifacts.yml
49
- commit: ${{ github.event.head_sha }}
+ commit: ${{ github.event.workflow_run.head_sha }}
50
name: ladybird-js-${{ matrix.package_type }}
51
path: js-repl
52
@@ -76,7 +76,7 @@ jobs:
76
shell: bash
77
run: |
78
echo '{
79
- "commit": "${{ github.event.head_sha }}",
+ "commit": "${{ github.event.workflow_run.head_sha }}",
80
"os": "${{ matrix.os_name }}",
81
"arch": "${{ matrix.arch }}",
82
"artifact": "js-benchmarks-results-${{ matrix.os_name }}-${{ matrix.arch }}"
0 commit comments