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 e4560ab + 25a48f8 commit f48ea80Copy full SHA for f48ea80
.github/main.workflow
@@ -7,9 +7,8 @@ action "test-pipeline-runner" {
7
uses = "./"
8
secrets = ["CF_API_KEY"]
9
env = {
10
- TRIGGER_NAME = "denys-codefresh/test"
11
- COMMIT_SHA = "16067146f79965ba4a58a7b2b182f8b0288ecded"
12
- BRANCH = "master"
13
PIPELINE_NAME = "runp/runp"
+ TRIGGER_NAME = "codefresh-io/codefresh-github-action-test"
+ BRANCH = "add_test_action"
14
}
15
0 commit comments