Skip to content

Commit b11a6a2

Browse files
committed
add npm install
1 parent af49090 commit b11a6a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/local_action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717

18+
- name: npm install
19+
run: npm install
20+
1821
- name: Secrets to environment variables
1922
uses: ./ # Uses an action in the root directory
2023
with:

0 commit comments

Comments
 (0)