You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/codefresh-yaml/variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ When a pull request is closed in GitHub, the following variables are also availa
194
194
| {% raw %}`${{CF_PULL_REQUEST_MERGED}}`{% endraw %}| true if the pull request was merged to base branch|
195
195
| {% raw %}`${{CF_PULL_REQUEST_HEAD_BRANCH}}`{% endraw %}| the head branch of the PR (the branch that we want to merge to master)|
196
196
| {% 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)|