CI: Add architecture to js-benchmarks webhook callback

This commit is contained in:
Jelle Raaijmakers 2025-04-15 10:22:42 +02:00
parent c224644bed
commit 612b0cdddd
Notes: github-actions[bot] 2025-04-15 09:36:02 +00:00

View file

@ -80,7 +80,8 @@ jobs:
run: |
echo -n '{ \
"commit": "${{ github.sha }}", \
"os_name": "${{ matrix.os_name }}", \
"os": "${{ matrix.os_name }}", \
"arch": "${{ matrix.arch }}", \
"artifact": "js-benchmarks-results-${{ matrix.os_name }}-${{ matrix.arch }}" \
}' > request.json
curl \