Skip to content

Commit 1c3a52d

Browse files
authored
Bump actions/checkout and add manual triggering
1 parent c25fc7b commit 1c3a52d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Test
22
on:
3+
workflow_dispatch:
34
push:
45
paths:
56
- '**.js'
@@ -8,7 +9,7 @@ jobs:
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Checkout
11-
uses: actions/checkout@v1
12+
uses: actions/checkout@v2
1213
- name: Run Action
1314
uses: ./
1415
with:

0 commit comments

Comments
 (0)