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 7e71031 commit a2371dbCopy full SHA for a2371db
.github/workflows/llhttp-wasm-integrity.yml
@@ -35,7 +35,7 @@ jobs:
35
fi
36
done < files.txt
37
38
- echo "Should run integrity check $(cat $GITHUB_OUTPUT)"
+ echo "GITHUB_OUTPUT: $(cat $GITHUB_OUTPUT)"
39
40
llhttp-wasm:
41
if: ${{ github.event_name == 'pull_request' && needs.check.outputs.run_job == 'true' }}
.github/workflows/nodejs.yml
@@ -183,7 +183,7 @@ jobs:
183
184
test-llhttp-integrity:
185
name: Ensure integrity of llhttp wasm files
186
- uses: uzlopak/undici/.github/workflows/llhttp-wasm-integrity.yml@llhttp-integrity
+ uses: nodejs/undici/.github/workflows/llhttp-wasm-integrity.yml@main
187
188
automerge:
189
if: >
0 commit comments