Skip to content

Commit

Permalink
Merge pull request #192160 from Homebrew/fix-replacement-pr-message
Browse files Browse the repository at this point in the history
workflows/publish-commit-bottles: fix org fork comment
  • Loading branch information
carlocab authored Sep 27, 2024
2 parents 24380f0 + 8eb4f8b commit 1110716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-commit-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
[[ "$bottles" = "false" ]]
then
exit 0
elif "$pushable"
elif "$pushable" || [[ "$fork_type" = "Organization" ]]
then
MESSAGE="$ORG_FORK_MESSAGE"
else
Expand Down

0 comments on commit 1110716

Please sign in to comment.