Skip to content

Commit ceea5f5

Browse files
Webhook doc link for each git provider
1 parent 18fae8d commit ceea5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/codefresh-yaml/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ All system provided variables will also be automatically injected to any freesty
8888
| {% raw %}`${{CF_REPO_NAME}}`{% endraw %} | Repository name. |
8989
| {% raw %}`${{CF_BRANCH}}`{% endraw %} | Branch name (or Tag depending on the payload json) of the Git repository of the main pipeline, at the time of execution. <br/>You can also use {% raw %}`${{CF_BRANCH_TAG_NORMALIZED}}`{% endraw %} to get the branch name normalized. It will be without any chars that are illegal in case the branch name were to be used as the Docker image tag name. |
9090
| {% raw %}`${{CF_BASE_BRANCH}}`{% endraw %} | The base branch used during creation of Tag |
91-
| {% raw %}`${{CF_PULL_REQUEST_ACTION}}`{% endraw %} | The pull request action |
91+
| {% raw %}`${{CF_PULL_REQUEST_ACTION}}`{% endraw %} | The pull request action. Values are those defined by your Git provider such as [Github](https://developer.github.com/webhooks/), [Gitlab](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html), [Bitbucket](https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html) etc. |
9292
| {% raw %}`${{CF_PULL_REQUEST_TARGET}}`{% endraw %} | The pull request target branch |
9393
| {% raw %}`${{CF_PULL_REQUEST_NUMBER}}`{% endraw %} | The pull request number |
9494
| {% raw %}`${{CF_PULL_REQUEST_ID}}`{% endraw %} | The pull request id |

0 commit comments

Comments
 (0)