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

Commit84a36ed

Browse files
fix variable name typo (#259)
1 parent05aecfc commit84a36ed

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
@@ -194,7 +194,7 @@ When a pull request is closed in GitHub, the following variables are also availa
194194
| {% raw %}`${{CF_PULL_REQUEST_MERGED}}`{% endraw %}| true if the pull request was merged to base branch|
195195
| {% raw %}`${{CF_PULL_REQUEST_HEAD_BRANCH}}`{% endraw %}| the head branch of the PR (the branch that we want to merge to master)|
196196
| {% raw %}`${{CF_PULL_REQUEST_MERGED_COMMIT_SHA}}`{% endraw %}| the commit SHA on the base branch after the pull request was merged (in most cases it will be master)|
197-
| {% raw %}`${{CF_PRERELEASE_FLAG}}`{% endraw %}| the commit SHA on the head branch (the branch that we want to push)|
197+
| {% raw %}`${{CF_PULL_REQUEST_HEAD_COMMIT_SHA}}`{% endraw %}| the commit SHA on the head branch (the branch that we want to push)|
198198

199199
##User Provided Variables
200200

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp