We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f015711 commit 8185f59Copy full SHA for 8185f59
action.yaml
@@ -176,6 +176,7 @@ runs:
176
# built vars
177
export CF_WORKFLOW_URL="${CF_WORKFLOW_URL:-$GITHUB_WORKFLOW_URL}"
178
export CF_WORKFLOW_NAME="${CF_WORKFLOW_NAME:-$GITHUB_WORKFLOW_NAME}"
179
+ export CF_GIT_PROVIDER="${CF_GIT_PROVIDER:-github}"
180
export CF_CI_TYPE=github-actions
181
182
env | cut -f 1 -d "=" | grep -E "^CF_" > cf_env
0 commit comments