File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
VERSION :
5
5
description : specify client version
6
6
required : false
7
- default : 0.0.86
7
+ default : 0.0.87
8
8
CF_API_KEY :
9
9
description : " Codefresh API KEY"
10
10
required : true
@@ -142,15 +142,15 @@ runs:
142
142
CF_JIRA_INTEGRATION : " ${{ inputs.CF_JIRA_INTEGRATION }}"
143
143
CF_JIRA_FAIL_ON_NOT_FOUND : " ${{ inputs.CF_JIRA_FAIL_ON_NOT_FOUND }}"
144
144
145
+ # AWS
146
+ CF_AWS_ROLE : " ${{ inputs.CF_AWS_ROLE }}"
147
+ CF_AWS_REGION : " ${{ inputs.CF_AWS_REGION }}"
148
+
145
149
# github
146
150
GITHUB_REF_NAME : " ${{ github.ref_name }}"
147
151
GITHUB_REPOSITORY : " ${{ github.repository }}"
148
152
GITHUB_COMMIT_MESSAGE : " ${{ github.event.head_commit.message }}"
149
- GITHUB_PAYLOAD_MESSAGE : " ${{ github.event.client_payload.message }}"
150
-
151
- # AWS
152
- CF_AWS_ROLE : " ${{ inputs.CF_AWS_ROLE }}"
153
- CF_AWS_REGION : " ${{ inputs.CF_AWS_REGION }}"
153
+ GITHUB_PAYLOAD_MESSAGE : " ${{ github.event.client_payload.message }}"
154
154
155
155
156
156
run : |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " csdp-report-image" ,
3
- "version" : " 0.0.86 " ,
3
+ "version" : " 0.0.87 " ,
4
4
"description" : " CI tools client reporting a buit image by calling image-report and receiving progress events" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " git@github.com:codefresh-io/csdp-report-image.git" ,
Original file line number Diff line number Diff line change 1
1
name : csdp-report-image
2
- version : 0.0.86
2
+ version : 0.0.87
You can’t perform that action at this time.
0 commit comments