We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd10b9c commit 97f123aCopy full SHA for 97f123a
.github/workflows/yml_test.yml
@@ -8,4 +8,6 @@ jobs:
8
runs-on: self-hosted
9
steps:
10
- name: test
11
- run: echo "hello ${{ github.actor }}"
+ run: |
12
+ echo "hello ${{ github.actor }}"
13
+ sleep 30
0 commit comments