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 bff33e0 commit d24f467Copy full SHA for d24f467
.github/main.workflow
@@ -0,0 +1,9 @@
1
+workflow "pipeline runner" {
2
+ on = "push"
3
+ resolves = "run pipeline"
4
+}
5
+
6
+action "run pipeline" {
7
+ uses = "./"
8
9
0 commit comments