Skip to content

fix: Homebrew tap workflow — remove heredoc causing YAML parse error#59

Merged
pbertsch merged 1 commit intomainfrom
fix/homebrew-workflow-syntax
Apr 2, 2026
Merged

fix: Homebrew tap workflow — remove heredoc causing YAML parse error#59
pbertsch merged 1 commit intomainfrom
fix/homebrew-workflow-syntax

Conversation

@pbertsch
Copy link
Copy Markdown
Contributor

@pbertsch pbertsch commented Apr 2, 2026

The Python heredoc (<<PYEOF) inside a YAML run: block caused a workflow file parse error on GitHub Actions.

Rewrote the homebrew job to:

  • Clone the tap repo directly using the PAT for auth
  • Use sed for version update (single-line replacement)
  • Use awk for SHA256 updates (find URL line, update next line)
  • Commit and push directly — no GitHub API content endpoint needed

@pbertsch pbertsch requested a review from a team as a code owner April 2, 2026 14:25
@pbertsch pbertsch merged commit c8f0669 into main Apr 2, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant