Skip to content

Commit e4e2461

Browse files
authored
Merge pull request #229363 from Homebrew/caution-blockquote
publish-commit-bottles: render force-push warning using Caution blockquote
2 parents 44f7a25 + 2f4dee3 commit e4e2461

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-commit-bottles.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ env:
5353
ORG_FORK_MESSAGE: >-
5454
:no_entry: It looks like @BrewTestBot cannot push to your PR branch. Please open
5555
future pull requests from a non-organization fork to simplify the merge process.
56-
BOTTLE_COMMIT_PUSH_MESSAGE: >-
57-
Please **do not** push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from.
58-
If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.
56+
BOTTLE_COMMIT_PUSH_MESSAGE: |-
57+
> [!CAUTION]
58+
> Please **do not** push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.
5959
6060
jobs:
6161
check:

0 commit comments

Comments
 (0)