File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ inputs:
21
21
description : " verbose output"
22
22
required : false
23
23
CF_IMAGE :
24
- description : image reported, quay.io/codefresh/newly-built-image:0.0.1
24
+ description : " image reported, quay.io/codefresh/newly-built-image:0.0.1"
25
25
required : true
26
26
CF_CONTAINER_REGISTRY_INTEGRATION :
27
27
required : false
@@ -59,7 +59,7 @@ inputs:
59
59
# Enrichers
60
60
CF_ENRICHERS :
61
61
required : false
62
- description : " list of integrations separated by commas: Acceptable values are git, jira"
62
+ description : " list of integrations separated by commas: Acceptable values are git, jira. ex: 'jira, git' "
63
63
# GIT
64
64
CF_GIT_PROVIDER :
65
65
required : false
@@ -126,6 +126,7 @@ runs:
126
126
CF_IMAGE : " ${{ inputs.CF_IMAGE }}"
127
127
CF_VERBOSE : " ${{ inputs.CF_VERBOSE }}"
128
128
CF_CONTAINER_REGISTRY_INTEGRATION : " ${{ inputs.CF_CONTAINER_REGISTRY_INTEGRATION }}"
129
+ CF_ISSUE_TRACKING_INTEGRATION : " ${{ inputs.CF_ISSUE_TRACKING_INTEGRATION }}"
129
130
CF_DOCKERHUB_USERNAME : " ${{ inputs.CF_DOCKERHUB_USERNAME }}"
130
131
CF_DOCKERHUB_PASSWORD : " ${{ inputs.CF_DOCKERHUB_PASSWORD }}"
131
132
CF_REGISTRY_USERNAME : " ${{ inputs.CF_REGISTRY_USERNAME }}"
Original file line number Diff line number Diff line change 1
1
name : codefresh-report-image
2
- version : 0.0.157
2
+ version : 0.0.158
You can’t perform that action at this time.
0 commit comments