We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a30551 commit f6e8190Copy full SHA for f6e8190
1 file changed
.github/workflows/test.yml
@@ -3,12 +3,24 @@ on: [push]
3
name: test
4
5
jobs:
6
- no-secrets:
+ version:
7
container: centos:8
8
runs-on: [self-hosted, Linux, X64]
9
-
10
steps:
11
- - name: test
12
- env:
+ - env:
+ INPUT_TOKEN: ${{ github.token }}
+ run: _secret_custom_checkout:7
13
+ no-version:
14
+ container: centos:8
15
+ runs-on: [self-hosted, Linux, X64]
16
+ steps:
17
18
INPUT_TOKEN: ${{ github.token }}
19
run: _secret_custom_checkout
20
+ latest-version:
21
22
23
24
25
26
+ run: _secret_custom_checkout:latest
0 commit comments