We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d955c commit 169838bCopy full SHA for 169838b
action.yml
@@ -213,7 +213,7 @@ runs:
213
OVERRIDE_GITHUB_TOKEN: ${{ inputs.github_token }}
214
ALLOWED_BOTS: ${{ inputs.allowed_bots }}
215
ALLOWED_NON_WRITE_USERS: ${{ inputs.allowed_non_write_users }}
216
- CLAUDE_CODE_SUBPROCESS_ENV_SCRUB: ${{ inputs.allowed_non_write_users != '' && '1' || '' }}
+ CLAUDE_CODE_SUBPROCESS_ENV_SCRUB: ${{ inputs.allowed_non_write_users != '' && '1' || env.CLAUDE_CODE_SUBPROCESS_ENV_SCRUB || '' }}
217
INCLUDE_COMMENTS_BY_ACTOR: ${{ inputs.include_comments_by_actor }}
218
EXCLUDE_COMMENTS_BY_ACTOR: ${{ inputs.exclude_comments_by_actor }}
219
GITHUB_RUN_ID: ${{ github.run_id }}
0 commit comments