Skip to content

Commit

Permalink
Merge pull request #188146 from Homebrew/fix-head_sha-again
Browse files Browse the repository at this point in the history
dispatch-build-bottle: fix missing redirection to `GITHUB_OUTPUT`
  • Loading branch information
carlocab committed Sep 12, 2024
2 parents 8e2d213 + d4acca7 commit e36424d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-build-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
run: |
brew pr-upload --verbose --keep-old --committer="$BREWTESTBOT_NAME_EMAIL" --root-url="https://ghcr.io/v2/homebrew/core"
echo "title=$(git -C "$HOMEBREW_CORE_PATH" log -1 --format='%s' "$BOTTLE_BRANCH")" >> "$GITHUB_OUTPUT"
echo "head_sha=$(git -C "$HOMEBREW_CORE_PATH" rev-parse HEAD)"
echo "head_sha=$(git -C "$HOMEBREW_CORE_PATH" rev-parse HEAD)" >> "$GITHUB_OUTPUT"
- name: Push commits
uses: Homebrew/actions/git-try-push@master
Expand Down

0 comments on commit e36424d

Please sign in to comment.