We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfc5b4 commit f2161e3Copy full SHA for f2161e3
1 file changed
.github/workflows/Hello#1.yaml
@@ -1,7 +1,8 @@
1
name: Hello Action #1
2
run-name: Hello Github Action
3
-on: workflow-dispatch
+on: workflow_dispatch
4
jobs:
5
- runs-on: ubuntu-latest
6
- steps:
7
- - run: echo "Hello World aka Hello Github Actions"
+ Echo-Commend:
+ runs-on: ubuntu-latest
+ steps:
8
+ - run: echo "Hello World aka Hello Github Actions"
0 commit comments