| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e930e05 commit fe987d6
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -89,7 +89,7 @@ jobs: | |||
| 89 | 89 | git config user.name "phpstan-bot" | |
| 90 | 90 | git config user.email "ondrej+phpstanbot@mirtes.cz" | |
| 91 | 91 | ||
| 92 | - claude --model claude-opus-4-8 \ | ||
| 92 | + claude --model "${{ vars.CLAUDE_MODEL }}" \ | ||
| 93 | 93 | --dangerously-skip-permissions \ | |
| 94 | 94 | -p "$(cat << 'PROMPT_EOF' | |
| 95 | 95 | You are working on phpstan/phpstan-src, the source code of PHPStan - a PHP static analysis tool. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -382,7 +382,7 @@ jobs: | |||
| 382 | 382 | git config user.name "phpstan-bot" | |
| 383 | 383 | git config user.email "ondrej+phpstanbot@mirtes.cz" | |
| 384 | 384 | ||
| 385 | - claude --model claude-opus-4-8 \ | ||
| 385 | + claude --model "${{ vars.CLAUDE_MODEL }}" \ | ||
| 386 | 386 | --dangerously-skip-permissions \ | |
| 387 | 387 | --output-format text \ | |
| 388 | 388 | -p "$PROMPT" \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,7 +47,7 @@ jobs: | |||
| 47 | 47 | git config user.name "phpstan-bot" | |
| 48 | 48 | git config user.email "ondrej+phpstanbot@mirtes.cz" | |
| 49 | 49 | ||
| 50 | - claude --model claude-opus-4-8 \ | ||
| 50 | + claude --model "${{ vars.CLAUDE_MODEL }}" \ | ||
| 51 | 51 | --dangerously-skip-permissions \ | |
| 52 | 52 | -p "$(cat << 'PROMPT_EOF' | |
| 53 | 53 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,7 +47,7 @@ jobs: | |||
| 47 | 47 | git config user.name "phpstan-bot" | |
| 48 | 48 | git config user.email "ondrej+phpstanbot@mirtes.cz" | |
| 49 | 49 | ||
| 50 | - claude --model claude-opus-4-8 \ | ||
| 50 | + claude --model "${{ vars.CLAUDE_MODEL }}" \ | ||
| 51 | 51 | --dangerously-skip-permissions \ | |
| 52 | 52 | -p "$(cat << 'PROMPT_EOF' | |
| 53 | 53 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,7 +47,7 @@ jobs: | |||
| 47 | 47 | git config user.name "phpstan-bot" | |
| 48 | 48 | git config user.email "ondrej+phpstanbot@mirtes.cz" | |
| 49 | 49 | ||
| 50 | - claude --model claude-opus-4-8 \ | ||
| 50 | + claude --model "${{ vars.CLAUDE_MODEL }}" \ | ||
| 51 | 51 | --dangerously-skip-permissions \ | |
| 52 | 52 | -p "$(cat << 'PROMPT_EOF' | |
| 53 | 53 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments