File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
incubating/github-action-executor Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
1
version : ' 1.0'
2
2
kind : step-type
3
3
metadata :
4
- version : 0.1.5
4
+ version : 0.1.6
5
5
name : github-action-executor
6
6
description : Execute github action
7
7
maintainers :
@@ -87,15 +87,13 @@ spec:
87
87
[[ if .Arguments.debug ]]- LOG_LEVEL=debug[[ end ]]
88
88
commands:
89
89
- /app/interface/cli/index.js export-variables
90
-
91
90
[[ if .Arguments.debug ]]
92
91
envs:
93
92
image: alpine
94
93
title: envs
95
94
commands:
96
95
- printenv
97
96
[[ end ]]
98
-
99
97
prepare:
100
98
type: github-action
101
99
title: Github Action
@@ -105,7 +103,6 @@ spec:
105
103
docker_repo: ${{GA_DOCKER_REPO}}
106
104
registry: ${{GA_DOCKER_REGISTRY}}
107
105
disable_cache: ${{GA_DISABLE_CACHE}}
108
-
109
106
step_name:
110
107
image: ${{GA_DOCKER_REPO}}
111
108
volumes:
@@ -114,13 +111,6 @@ spec:
114
111
[[ if .Arguments.cmd ]]
115
112
cmd: [[ .Arguments.cmd ]]
116
113
[[ end ]]
117
- environment:
118
- - GITHUB_WORKFLOW=${{CF_PIPELINE_NAME}}
119
- - GITHUB_ACTOR=${{CF_COMMIT_AUTHOR}}
120
- - GITHUB_REPOSITORY=${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}
121
- - HOME=${{CF_VOLUME_PATH}}
122
- - GITHUB_WORKSPACE=/github/workspace/${{CF_REPO_NAME}}
123
- - GITHUB_EVENT_PATH=/codefresh/volume/event.json
124
114
delimiters :
125
115
left : ' [['
126
116
right : ' ]]'
You can’t perform that action at this time.
0 commit comments