File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ inputs:
25
25
required : true
26
26
CF_CONTAINER_REGISTRY_INTEGRATION :
27
27
required : false
28
- description : " list of container integration"
28
+ description : " The container registry integration name"
29
+ CF_ISSUE_TRACKING_INTEGRATION :
30
+ required : false
31
+ description : " The issue tracking integration name"
29
32
CF_DOCKERHUB_USERNAME :
30
33
required : false
31
34
description : " Dockerhub username"
@@ -56,7 +59,7 @@ inputs:
56
59
# Enrichers
57
60
CF_ENRICHERS :
58
61
required : false
59
- description : " list of integrations separated by commas: jira, github "
62
+ description : " list of integrations separated by commas: Acceptable values are git, jira "
60
63
# GIT
61
64
CF_GIT_PROVIDER :
62
65
required : false
@@ -172,7 +175,6 @@ runs:
172
175
# built vars
173
176
export CF_WORKFLOW_URL="${CF_WORKFLOW_URL:-$GITHUB_WORKFLOW_URL}"
174
177
export CF_WORKFLOW_NAME="${CF_WORKFLOW_NAME:-$GITHUB_WORKFLOW_NAME}"
175
- export CF_GIT_PROVIDER="${CF_GIT_PROVIDER:-github}"
176
178
export CF_CI_TYPE=github-actions
177
179
178
180
env | cut -f 1 -d "=" | grep -E "^CF_" > cf_env
You can’t perform that action at this time.
0 commit comments