Skip to content

Commit c47e90f

Browse files
authored
Update hello-world-2.5.1.yml
1 parent e4da3d2 commit c47e90f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/hello-world-2.5.1.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ on: workflow_dispatch
44

55
jobs:
66
dummy-job:
7-
steps: echo done
7+
runs-on: ubuntu-20.04
8+
steps:
9+
- run: echo done

0 commit comments

Comments
 (0)