Skip to content

Commit f2161e3

Browse files
committed
fix #1
1 parent bbfc5b4 commit f2161e3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/Hello#1.yaml

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

0 commit comments

Comments
 (0)