Skip to content

Commit bbfc5b4

Browse files
committed
move #1
1 parent 1dfb1ac commit bbfc5b4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/Hello#1.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Hello Action #1
2+
run-name: Hello Github Action
3+
on: workflow-dispatch
4+
jobs:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- run: echo "Hello World aka Hello Github Actions"

0 commit comments

Comments
 (0)