Skip to content

Commit f48ea80

Browse files
Merge remote-tracking branch 'origin/add_test_action' into add_test_action
2 parents e4560ab + 25a48f8 commit f48ea80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/main.workflow

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ action "test-pipeline-runner" {
77
uses = "./"
88
secrets = ["CF_API_KEY"]
99
env = {
10-
TRIGGER_NAME = "denys-codefresh/test"
11-
COMMIT_SHA = "16067146f79965ba4a58a7b2b182f8b0288ecded"
12-
BRANCH = "master"
1310
PIPELINE_NAME = "runp/runp"
11+
TRIGGER_NAME = "codefresh-io/codefresh-github-action-test"
12+
BRANCH = "add_test_action"
1413
}
1514
}

0 commit comments

Comments
 (0)