Skip to content

Commit 757300a

Browse files
Merge remote-tracking branch 'origin/add_test_action' into add_test_action
2 parents 051c2ff + 2e8c28b commit 757300a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/main.workflow

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ workflow "test-runner" {
66
action "test-pipeline-runner" {
77
uses = "./"
88
secrets = ["GITHUB_TOKEN", "CF_API_KEY", "PIPELINE_NAME"]
9+
env = {
10+
TRIGGER_NAME = "denys-codefresh/test"
11+
COMMIT_SHA = "16067146f79965ba4a58a7b2b182f8b0288ecded"
12+
BRANCH = "master"
13+
}
914
}
10-

0 commit comments

Comments
 (0)