We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264fa85 commit f2fffb0Copy full SHA for f2fffb0
.github/workflows/example/update/foo.yml
@@ -0,0 +1,8 @@
1
+name: foo
2
+on: workflow-dispatch
3
+
4
+jobs:
5
+ foo:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - run: echo Starting a basic job
0 commit comments