Skip to content

Commit 96ef77c

Browse files
committed
Github Workflows: claude: Bugfix. Convert array to multi-line string.
1 parent 012d3eb commit 96ef77c

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/claude.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: '3.10'
3131

32-
- name: Create CLAUDE.md Symlink
32+
- name: Create CLAUDE.md symlink
3333
run: |
3434
if [ -f ".auxiliary/configuration/conventions.md" ]; then
3535
ln -sf .auxiliary/configuration/conventions.md CLAUDE.md
@@ -40,23 +40,23 @@ jobs:
4040
fi
4141
shell: bash
4242

43-
- name: Execute Claude Code
43+
- name: Run Claude Code
4444
id: claude
4545
uses: anthropics/claude-code-action@beta
4646
with:
4747
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4848
trigger_phrase: "/claude"
4949
timeout_minutes: 20
50-
allowed_tools:
51-
- "Bash(hatch --env develop run linters)"
52-
- "Bash(hatch --env develop run testers)"
53-
- "Bash(hatch --env develop run docsgen)"
54-
- "Bash(hatch --env develop run packagers)"
55-
- "Bash(hatch run python:*)"
56-
- "Bash(git status)"
57-
- "Bash(git add:*)"
58-
- "Bash(git commit:*)"
59-
- "Bash(python:*)"
60-
- "Bash(pip:*)"
61-
- "Edit(**)"
62-
- "Write(**)"
50+
allowed_tools: |
51+
Bash(hatch --env develop run linters)
52+
Bash(hatch --env develop run testers)
53+
Bash(hatch --env develop run docsgen)
54+
Bash(hatch --env develop run packagers)
55+
Bash(hatch run python:*)
56+
Bash(git status)
57+
Bash(git add:*)
58+
Bash(git commit:*)
59+
Bash(python:*)
60+
Bash(pip:*)
61+
Edit(**)
62+
Write(**)

0 commit comments

Comments
 (0)