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:
2121 description : " verbose output"
2222 required : false
2323 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"
2525 required : true
2626 CF_CONTAINER_REGISTRY_INTEGRATION :
2727 required : false
@@ -59,7 +59,7 @@ inputs:
5959 # Enrichers
6060 CF_ENRICHERS :
6161 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' "
6363 # GIT
6464 CF_GIT_PROVIDER :
6565 required : false
@@ -126,6 +126,7 @@ runs:
126126 CF_IMAGE : " ${{ inputs.CF_IMAGE }}"
127127 CF_VERBOSE : " ${{ inputs.CF_VERBOSE }}"
128128 CF_CONTAINER_REGISTRY_INTEGRATION : " ${{ inputs.CF_CONTAINER_REGISTRY_INTEGRATION }}"
129+ CF_ISSUE_TRACKING_INTEGRATION : " ${{ inputs.CF_ISSUE_TRACKING_INTEGRATION }}"
129130 CF_DOCKERHUB_USERNAME : " ${{ inputs.CF_DOCKERHUB_USERNAME }}"
130131 CF_DOCKERHUB_PASSWORD : " ${{ inputs.CF_DOCKERHUB_PASSWORD }}"
131132 CF_REGISTRY_USERNAME : " ${{ inputs.CF_REGISTRY_USERNAME }}"
Original file line number Diff line number Diff line change 11name : 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