Skip to content

Commit 9f73af7

Browse files
committed
adding sleep
1 parent 363d6f0 commit 9f73af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wf_simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Go sleep for 10 seconds
2323
run: |
24-
echo "Going sleep..."
24+
echo "Going sleep....."
2525
sleep 10
2626
echo "Now, I am awake!"
2727

0 commit comments

Comments
 (0)