diff --git a/.github/workflows/claude-fix-issue.yml b/.github/workflows/claude-fix-issue.yml index a2e801e9a6..df74c288c8 100644 --- a/.github/workflows/claude-fix-issue.yml +++ b/.github/workflows/claude-fix-issue.yml @@ -6,13 +6,13 @@ on: issue-number: description: "Issue number from phpstan/phpstan repository" required: true - type: number + type: string workflow_call: inputs: issue-number: description: "Issue number from phpstan/phpstan repository" required: true - type: number + type: string permissions: contents: write