Skip to content

Commit a2371db

Browse files
committed
finalize
1 parent 7e71031 commit a2371db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/llhttp-wasm-integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
done < files.txt
3737
38-
echo "Should run integrity check $(cat $GITHUB_OUTPUT)"
38+
echo "GITHUB_OUTPUT: $(cat $GITHUB_OUTPUT)"
3939
4040
llhttp-wasm:
4141
if: ${{ github.event_name == 'pull_request' && needs.check.outputs.run_job == 'true' }}

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183

184184
test-llhttp-integrity:
185185
name: Ensure integrity of llhttp wasm files
186-
uses: uzlopak/undici/.github/workflows/llhttp-wasm-integrity.yml@llhttp-integrity
186+
uses: nodejs/undici/.github/workflows/llhttp-wasm-integrity.yml@main
187187

188188
automerge:
189189
if: >

0 commit comments

Comments
 (0)