Skip to content

Commit 3a9ab1f

Browse files
committed
[#86762] Test _secret_custom_checkout
1 parent c20db38 commit 3a9ab1f

1 file changed

Lines changed: 5 additions & 21 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,10 @@ name: test
55
jobs:
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

0 commit comments

Comments
 (0)