File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,26 +5,10 @@ name: test
55jobs :
66
77 secret-script :
8- container : debian:bullseye
8+ container : centos:8
99 runs-on : [self-hosted, Linux, X64]
1010 steps :
11- - run : _secret_simple
12-
13- secret-script2 :
14- container : debian:bullseye
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- run : _secret_ipv6-test
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
11+ - name : checkout
12+ env :
13+ INPUT_TOKEN : ${{ secrets.GITHUB_TOKEN }}
14+ run : _secret_custom_checkout
You can’t perform that action at this time.
0 commit comments