Skip to content

Commit 97f123a

Browse files
authored
Update yml_test.yml
1 parent cd10b9c commit 97f123a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/yml_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ jobs:
88
runs-on: self-hosted
99
steps:
1010
- name: test
11-
run: echo "hello ${{ github.actor }}"
11+
run: |
12+
echo "hello ${{ github.actor }}"
13+
sleep 30

0 commit comments

Comments
 (0)