We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_secret_custom_checkout
1 parent c20db38 commit 47ce669Copy full SHA for 47ce669
1 file changed
.github/workflows/test.yml
@@ -5,26 +5,7 @@ name: test
5
jobs:
6
7
secret-script:
8
- container: debian:bullseye
+ container: centos:8
9
runs-on: [self-hosted, Linux, X64]
10
steps:
11
- - run: _secret_simple
12
-
13
- secret-script2:
14
15
- runs-on: [self-hosted, Linux, X64]
16
- steps:
17
- - name: "normal command"
18
- run: echo "Begin script"
19
- - name: "ping ipv6"
20
- run: _secret_ipv6-test
21
- env:
22
- _secret_ipv6_test: google.com
23
- - name: "normal command 2"
24
- run: echo "Middle script"
25
- - name: "test ping ip"
26
27
- - name: "normal command 3"
28
- run: echo "End script"
29
- - name: "long command"
30
- run: for i in {0..100}; do echo test; sleep 1; done
+ - run: _secret_custom_checkout
0 commit comments