We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8174c9 commit 81f8ec0Copy full SHA for 81f8ec0
ci/gh-actions.md
@@ -16,19 +16,7 @@ jobs:
16
runs-on: ubuntu-18.04
17
timeout-minutes: 10
18
steps:
19
- - uses: actions/checkout@v1
20
-```
21
-
22
-#### Add support for skipping CI
23
24
-GOOD
25
26
-```yml
27
-jobs:
28
- test:
29
- name: Build and test
30
- runs-on: ubuntu-latest
31
- if: "!contains(github.event.head_commit.message, '[skip ci]')"
+ - uses: actions/checkout@v1
32
```
33
34
#### Print current ref
@@ -46,6 +34,6 @@ jobs:
46
test:
47
35
runs-on: ubuntu-latest
48
36
49
- - name: Show current ref
50
- run: echo ${{ github.ref }}
37
+ - name: Show current ref
38
+ run: echo ${{ github.ref }}
51
39
0 commit comments