Skip to content

Commit 8f582e1

Browse files
authored
Update claude-fix-issue.yml
1 parent a07395c commit 8f582e1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/claude-fix-issue.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,9 @@ jobs:
7777
git config user.name "phpstan-bot"
7878
git config user.email "ondrej+phpstanbot@mirtes.cz"
7979
80-
claude -p \
81-
--model claude-opus-4-6 \
82-
--dangerously-skip-permissions
83-
"$(cat << 'PROMPT_EOF'
80+
claude --model claude-opus-4-6 \
81+
--dangerously-skip-permissions \
82+
-p "$(cat << 'PROMPT_EOF'
8483
You are working on phpstan/phpstan-src, the source code of PHPStan - a PHP static analysis tool.
8584
8685
Your task is to fix the following GitHub issue from the phpstan/phpstan repository:

0 commit comments

Comments
 (0)