Skip to content

Commit 559622d

Browse files
fix version (#69)
1 parent b5433f8 commit 559622d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

action.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
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: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: csdp-report-image
2-
version: 0.0.86
2+
version: 0.0.87

0 commit comments

Comments
 (0)