Skip to content

Commit 9bedc29

Browse files
committed
Fix missing NPM packages
1 parent fbc76f3 commit 9bedc29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v4
1010

11+
- name: Install NPM packages
12+
run: |
13+
npm install @actions/core
14+
npm install @actions/github
15+
1116
- name: Test minimal.json
1217
uses: ./
1318
with:

0 commit comments

Comments
 (0)