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
49
49
# Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets
50
50
CF_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
51
52
- # Name of Jira integration
53
- CF_JIRA_INTEGRATION : 'eti-jira'
52
+ # Name of Issue Tracking integration
53
+ CF_ISSUE_TRACKING_INTEGRATION : 'eti-jira'
54
54
55
55
# Jira project filter
56
56
CF_JIRA_PROJECT_PREFIX: 'CR'
Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ 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 : " *deprecated* 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
66
- description: " Git provider"
66
+ description : " Git provider - in case this is "
67
67
CF_GIT_REPO :
68
68
required : false
69
69
description : " The GitHub repo to use to enrich"
You can’t perform that action at this time.
0 commit comments