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 44 VERSION :
55 description : specify client version
66 required : false
7- default : 0.0.86
7+ default : 0.0.87
88 CF_API_KEY :
99 description : " Codefresh API KEY"
1010 required : true
@@ -142,15 +142,15 @@ runs:
142142 CF_JIRA_INTEGRATION : " ${{ inputs.CF_JIRA_INTEGRATION }}"
143143 CF_JIRA_FAIL_ON_NOT_FOUND : " ${{ inputs.CF_JIRA_FAIL_ON_NOT_FOUND }}"
144144
145+ # AWS
146+ CF_AWS_ROLE : " ${{ inputs.CF_AWS_ROLE }}"
147+ CF_AWS_REGION : " ${{ inputs.CF_AWS_REGION }}"
148+
145149 # github
146150 GITHUB_REF_NAME : " ${{ github.ref_name }}"
147151 GITHUB_REPOSITORY : " ${{ github.repository }}"
148152 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 }}"
154154
155155
156156 run : |
Original file line number Diff line number Diff line change 11{
22 "name" : " csdp-report-image" ,
3- "version" : " 0.0.86 " ,
3+ "version" : " 0.0.87 " ,
44 "description" : " CI tools client reporting a buit image by calling image-report and receiving progress events" ,
55 "main" : " index.js" ,
66 "repository" : " git@github.com:codefresh-io/csdp-report-image.git" ,
Original file line number Diff line number Diff line change 11name : 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