Skip to content

Commit acaa07d

Browse files
authored
Update ci-integrations.md (#239)
Changed git provider names to lowercase
1 parent 145c988 commit acaa07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/integrations/ci-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The table describes _all_ the arguments required for CI integrations in general.
7171
| `CF_WORKFLOW_NAME` | The name assigned to the workflow that builds the image. When defined, the name is displayed in the Codefresh platform. Example, `Staging step` | Optional |
7272
| `CF_GIT_BRANCH` | The Git branch with the commit and PR (pull request) data to add to the image. Pass the Branch from the event payload used to trigger your action. | Required |
7373
| `CF_GIT_REPO` | The Git repository with the configuration and code used to build the image. | Required |
74-
| `CF_GIT_PROVIDER` | The Git provider for the integration, and can be either GitHub, GitLab, Bitbucket, or Bitbucket Server. | Required |
74+
| `CF_GIT_PROVIDER` | The Git provider for the integration, and can be either `github`, `gitlab`, `bitbucket`, or `bitbucket-server`. | Required |
7575
| `CF_GITHUB_TOKEN` | The GitHub authentication token. The token must have `repo` scope. See [Git tokens]({{site.baseurl}}/docs/reference/git-tokens/). | Required |
7676
| `CF_GITHUB_API_URL` | The URL to the GitHub developer site. | Required |
7777
| `CF_BITBUCKET_USERNAME` | The username for the Bitbucket or the BitBucket Server (on-prem) account. | Required |

0 commit comments

Comments
 (0)