ci: move claude_args next to other with: inputs - #101
Open
matin-deriv wants to merge 1 commit into
Open
Conversation
Relocate the claude_args block to sit with the other with: inputs
(anthropic_api_key, github_token, ...) for readability instead of
trailing after the multi-line prompt. No behavioral change: model
still resolves from ${{ env.CLAUDE_MODEL }} and the allowedTools set
is unchanged. Drops the now-stale inline comments.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Relocate the
claude_argsblock in the Claude Code PR Review step so it sits alongside the otherwith:inputs (anthropic_api_key,github_token,track_progress, …) instead of trailing after the multi-lineprompt:. Also drops a few now-stale inline comments.Why
Readability —
claude_argsis an action input like the others and reads more clearly grouped with them rather than buried after the prompt heredoc.Behavioral impact
None.
${{ env.CLAUDE_MODEL }}(job-level env, defaulting toclaude-sonnet-4-6).--allowedToolsset is unchanged.$CLAUDE_MODELreferences in the build-context and metrics steps still resolve.Testing
claude_argsresolves to the same single value andCLAUDE_MODELjob env is intact.🤖 Generated with Claude Code