Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit163857b

Browse files
add PR target var
1 parent310874b commit163857b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎_docs/codefresh-yaml/variables.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ All system provided variables will also be automatically injected to any freesty
2323
| {% raw %}`${{CF_REPO_NAME}}`{% endraw %}| Repository name.|
2424
| {% 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.|
2525
| {% raw %}`${{CF_BASE_BRANCH}}`{% endraw %} | The base branch used during creation of Tag
26-
| {% raw %}`${{CF_PULL_REQUEST_ACTION}}`{% endraw %} | The pull request action
26+
| {% raw %}`${{CF_PULL_REQUEST_ACTION}}`{% endraw %} | The pull request action
27+
| {% raw %}`${{CF_PULL_REQUEST_TARGET}}`{% endraw %} | The pull request target branch
2728
| {% raw %}`${{CF_COMMIT_AUTHOR}}`{% endraw %}| Commit author.|
2829
| {% raw %}`${{CF_COMMIT_URL}}`{% endraw %}| Commit url.|
2930
| {% raw %}`${{CF_COMMIT_MESSAGE}}`{% endraw %}| Commit message of the git repository revision, at the time of execution.<br/> The messages quotes are escaped (i.e. ' is not\', " is now\").|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp