We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e8190 commit 3771ea8Copy full SHA for 3771ea8
1 file changed
.github/workflows/test.yml
@@ -7,20 +7,4 @@ jobs:
7
container: centos:8
8
runs-on: [self-hosted, Linux, X64]
9
steps:
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
18
19
- run: _secret_custom_checkout
20
- latest-version:
21
22
23
24
25
26
- run: _secret_custom_checkout:latest
+ - run: sleep 10
0 commit comments