We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ba601 commit 8cba558Copy full SHA for 8cba558
.github/workflows/example.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix_input:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- uses: ./
13
id: array
14
with:
.github/workflows/test.yml
@@ -9,15 +9,15 @@ jobs:
unit_test:
- run: |
npm install
15
16
npm run all
17
integration_test:
18
19
20
21
22
id: newline
23
0 commit comments