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 69e5671 commit 9daa9ceCopy full SHA for 9daa9ce
.github/workflows/test.yml
@@ -9,17 +9,17 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
13
- with:
14
- node-version: '20.11.1'
15
- - name: Install dependencies
16
- run: npm ci
17
- - name: Build
18
- run: npm run build
19
- - name: Check for Execution
20
- uses: ./
+ - uses: actions/checkout@v2
21
with:
22
- skipOnCommitMsg: "sample"
23
- ghToken: ${{secrets.GH_TOKEN_3}}
24
- - name: Some Job
25
- run: echo "sample"
+ node-version: '20.11.1'
+ - name: Install dependencies
+ run: npm ci
+ - name: Build
+ run: npm run build
+ - name: Check for Execution
+ uses: ./
+ with:
+ skipOnCommitMsg: "sample"
+ ghToken: ${{secrets.GH_TOKEN_3}}
+ - name: Some Job
+ run: echo "sample"
0 commit comments