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:
2525 required : true
2626 CF_CONTAINER_REGISTRY_INTEGRATION :
2727 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"
2932 CF_DOCKERHUB_USERNAME :
3033 required : false
3134 description : " Dockerhub username"
@@ -56,7 +59,7 @@ inputs:
5659 # Enrichers
5760 CF_ENRICHERS :
5861 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 "
6063 # GIT
6164 CF_GIT_PROVIDER :
6265 required : false
@@ -172,7 +175,6 @@ runs:
172175 # built vars
173176 export CF_WORKFLOW_URL="${CF_WORKFLOW_URL:-$GITHUB_WORKFLOW_URL}"
174177 export CF_WORKFLOW_NAME="${CF_WORKFLOW_NAME:-$GITHUB_WORKFLOW_NAME}"
175- export CF_GIT_PROVIDER="${CF_GIT_PROVIDER:-github}"
176178 export CF_CI_TYPE=github-actions
177179
178180 env | cut -f 1 -d "=" | grep -E "^CF_" > cf_env
You can’t perform that action at this time.
0 commit comments