Declare run-claude extra allowed tools input (#4740)

Generated with Codex
This commit is contained in:
nate nowack 2026-08-05 09:39:35 -05:00 committed by GitHub
commit b9b7ea6914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,11 @@ inputs:
required: false required: false
default: "" default: ""
extra-allowed-tools:
description: "Additional comma-separated tools to append to allowed-tools"
required: false
default: ""
model: model:
description: "Model to use for Claude" description: "Model to use for Claude"
required: false required: false