We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3425ae7 commit 83a2a73Copy full SHA for 83a2a73
.github/workflows/check-dist.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
26
- name: Set Node.js 16.x
27
uses: actions/[email protected]
.github/workflows/test.yml
@@ -10,15 +10,15 @@ jobs:
10
build: # make sure build/ci work properly
11
12
13
14
- run: |
15
npm install
16
17
npm run all
18
test: # make sure the action works on a clean machine without building
19
20
- uses: ./
with:
api-key: ${{ secrets.POSTMAN_API_KEY }}
0 commit comments