Skip to content

Commit 6f392d3

Browse files
committed
add hello world workflow
1 parent 13a052a commit 6f392d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hello-world.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
say-hello:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/download-artifact@v3
1111
- name: Print Hello World
1212
run: echo "Hello World"

0 commit comments

Comments
 (0)