We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92e1a6 commit 33e597dCopy full SHA for 33e597d
.github/workflows/first-action.yml
@@ -0,0 +1,10 @@
1
+name: First Workflow
2
+on: workflow_dispatch
3
+jobs:
4
+ first-job:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Print Greeting
8
+ run: echo "Hello world!"
9
+ - name: Print goodbye
10
+ run: echo "Goodbye!"
0 commit comments