We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778b5be commit 522c018Copy full SHA for 522c018
.github/workflows/test.yml
@@ -0,0 +1,11 @@
1
+name: Simple Test
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ test:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Hello World
11
+ run: echo "Hello World"
0 commit comments