We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495d2ec commit 268c4daCopy full SHA for 268c4da
1 file changed
examples/minimal/config.yaml
@@ -0,0 +1,16 @@
1
+# Minimal config exercising workflow-plugin-github.
2
+# Schema-validate with: wfctl validate --skip-unknown-types examples/minimal/config.yaml
3
+
4
+version: 1
5
6
+modules:
7
+ - name: github-provider
8
+ type: git.webhook
9
+ config: {}
10
11
+workflows:
12
+ pipeline:
13
+ steps:
14
+ - name: example
15
+ type: step.gh_action_trigger
16
0 commit comments