Skip to content

fix: printf化でrelease-finalize.ymlのheredoc YAML構文破壊を解消 - #128

Merged
bash0816 merged 1 commit into
mainfrom
staging
Jul 17, 2026
Merged

fix: printf化でrelease-finalize.ymlのheredoc YAML構文破壊を解消#128
bash0816 merged 1 commit into
mainfrom
staging

Conversation

@bash0816

Copy link
Copy Markdown
Owner

heredocパターンがYAMLブロックスカラーの基準インデントを破壊し、workflow_dispatchが登録できなくなっていた問題を、printfの複数回呼び出しに置換して解消。G1/G2(10回)/G3レビュー全てGo確定。

…parse error

The heredoc content was written at column 0, which is shallower than
the run: | block's base indentation. This caused GitHub Actions to
fail parsing the workflow, making workflow_dispatch unavailable
(HTTP 422 on dispatch attempts). Switching to printf avoids the YAML
block scalar indentation issue entirely.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@bash0816
bash0816 merged commit b31a72b into main Jul 17, 2026
2 of 4 checks passed
@bash0816
bash0816 deleted the staging branch July 17, 2026 20:35
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