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.
2 parents 911579b + 043fa3d commit 49b6b14Copy full SHA for 49b6b14
.github/main.workflow
@@ -5,5 +5,6 @@ workflow "test-runner" {
5
6
action "test-pipeline-runner" {
7
uses = "./codefresh-github-action"
8
- args = ["arg1", "arg2"]
+ args = ["test action1", "test action 2"]
9
+ secrets = ["GITHUB_TOKEN"]
10
}
0 commit comments