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 051c2ff + 2e8c28b commit 757300aCopy full SHA for 757300a
.github/main.workflow
@@ -6,5 +6,9 @@ workflow "test-runner" {
6
action "test-pipeline-runner" {
7
uses = "./"
8
secrets = ["GITHUB_TOKEN", "CF_API_KEY", "PIPELINE_NAME"]
9
+ env = {
10
+ TRIGGER_NAME = "denys-codefresh/test"
11
+ COMMIT_SHA = "16067146f79965ba4a58a7b2b182f8b0288ecded"
12
+ BRANCH = "master"
13
+ }
14
}
-
0 commit comments