Skip to content

Commit 0d06ba8

Browse files
committed
install node unzipper
1 parent 74bc7e4 commit 0d06ba8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/post-summary.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
# - Add it to your repo as a secret named GH_FINEGRAINED_TOKEN (Settings → Secrets and variables → Actions → New repository secret)
77
# - Paste the token value* into the “Secret *” field.
88

9+
name: post-summary
10+
911
on:
1012
workflow_run:
11-
workflows: ["wstest"] # <-- match exactly the name in your wstest.yml 'name:' field
13+
workflows: ["wstest"] # <-- match exactly the name in wstest.yml 'name:' field
1214
types:
1315
- completed
1416

@@ -17,6 +19,9 @@ jobs:
1719
runs-on: ubuntu-latest
1820
if: ${{ github.event.workflow_run.event == 'pull_request' }}
1921
steps:
22+
- name: Install unzipper
23+
run: npm install unzipper
24+
2025
- name: Download summary artifact
2126
uses: actions/github-script@v7
2227
with:

0 commit comments

Comments
 (0)