We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9866d09 commit 363d6f0Copy full SHA for 363d6f0
.github/workflows/wf_simple.yml
@@ -19,6 +19,12 @@ jobs:
19
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20
- uses: actions/checkout@v4
21
22
+ - name: Go sleep for 10 seconds
23
+ run: |
24
+ echo "Going sleep..."
25
+ sleep 10
26
+ echo "Now, I am awake!"
27
+
28
# Runs a single command using the runners shell
29
- name: Run a one-line script
30
run: echo Hello, world!
0 commit comments