We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfb1ac commit bbfc5b4Copy full SHA for bbfc5b4
1 file changed
.github/workflows/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