We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaffcd9 commit bfc197fCopy full SHA for bfc197f
1 file changed
Hello#1.yaml
@@ -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