File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ workflow "test-runner" {
44}
55
66action "test-pipeline-runner" {
7- uses = " ./"
7+ uses = " ./codefresh-github-action "
88 args = [" arg1" , " arg2" ]
99}
Original file line number Diff line number Diff line change 1+ FROM alpine
2+
3+ LABEL "com.github.actions.name" ="test-pipeline-runner"
4+ LABEL "com.github.actions.description" ="allow run custom codefresh pipeline"
5+ LABEL "com.github.actions.icon" ="mic"
6+ LABEL "com.github.actions.color" ="purple"
7+
8+ LABEL "repository" ="https://github.com/codefresh-io/codefresh-github-action-test"
9+ LABEL "homepage" ="https://github.com/codefresh-io/codefresh-github-action-test"
10+ LABEL "maintainer" ="Octocat <denys@codefresh.io>"
11+
12+ ADD entrypoint.sh /entrypoint.sh
13+
14+ ENTRYPOINT ["/entrypoint.sh" ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments