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 3a68cd8 commit 4e48f42Copy full SHA for 4e48f42
.github/test-runner.workflow
@@ -0,0 +1,8 @@
1
+workflow "test-runner" {
2
+ on = "push"
3
+ resolves = ["test-pipeline-runner"]
4
+}
5
+
6
+action "test-pipeline-runner" {
7
+ uses = "./"
8
+ args = ["argument"]
0 commit comments