We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226595a commit 716fee4Copy full SHA for 716fee4
2 files changed
.github/workflows/claude.yaml
@@ -79,6 +79,7 @@ jobs:
79
# Grant Claude full permissions to execute commands
80
# Also include system prompt with project context via claude_args
81
claude_args: |
82
+ --model opus
83
--allowedTools Bash,Edit,Read,Write,Glob,Grep,WebSearch,WebFetch
84
--system-prompt "You are helping with the PRQL project in a GitHub Actions environment.
85
Follow the project guidelines in CLAUDE.md.
.github/workflows/test-claude.yaml
0 commit comments