File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ Commit that resulted in the image being built
4949 # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets
5050 CF_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
52- # Name of Jira integration
53- CF_JIRA_INTEGRATION : 'eti-jira'
52+ # Name of Issue Tracking integration
53+ CF_ISSUE_TRACKING_INTEGRATION : 'eti-jira'
5454
5555 # Jira project filter
5656 CF_JIRA_PROJECT_PREFIX: 'CR'
Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ inputs:
5959 # Enrichers
6060 CF_ENRICHERS :
6161 required : false
62- description : " list of integrations separated by commas: Acceptable values are git, jira.
62+ description : " *deprecated* list of integrations separated by commas: Acceptable values are git, jira. ex: 'jira, git' "
6363 # GIT
6464 CF_GIT_PROVIDER :
6565 required : false
66- description: " Git provider"
66+ description : " Git provider - in case this is "
6767 CF_GIT_REPO :
6868 required : false
6969 description : " The GitHub repo to use to enrich"
You can’t perform that action at this time.
0 commit comments