Skip to content

Commit f6e8190

Browse files
committed
test
1 parent 8a30551 commit f6e8190

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,24 @@ on: [push]
33
name: test
44

55
jobs:
6-
no-secrets:
6+
version:
77
container: centos:8
88
runs-on: [self-hosted, Linux, X64]
9-
109
steps:
11-
- name: test
12-
env:
10+
- env:
11+
INPUT_TOKEN: ${{ github.token }}
12+
run: _secret_custom_checkout:7
13+
no-version:
14+
container: centos:8
15+
runs-on: [self-hosted, Linux, X64]
16+
steps:
17+
- env:
1318
INPUT_TOKEN: ${{ github.token }}
1419
run: _secret_custom_checkout
20+
latest-version:
21+
container: centos:8
22+
runs-on: [self-hosted, Linux, X64]
23+
steps:
24+
- env:
25+
INPUT_TOKEN: ${{ github.token }}
26+
run: _secret_custom_checkout:latest

0 commit comments

Comments
 (0)