Skip to content

Commit 7d6e008

Browse files
committed
change description
1 parent 863c6cc commit 7d6e008

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)