Skip to content

Commit 49b6b14

Browse files
committed
Merge branch 'add_test_action' of https://github.com/codefresh-io/codefresh-github-action-test into add_test_action
2 parents 911579b + 043fa3d commit 49b6b14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/main.workflow

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ workflow "test-runner" {
55

66
action "test-pipeline-runner" {
77
uses = "./codefresh-github-action"
8-
args = ["arg1", "arg2"]
8+
args = ["test action1", "test action 2"]
9+
secrets = ["GITHUB_TOKEN"]
910
}

0 commit comments

Comments
 (0)