Skip to content

Commit f2ea3b6

Browse files
fix: claude action missing to push the branch to remote (#11)
1 parent 557e462 commit f2ea3b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/claude.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ jobs:
3535
uses: anthropics/claude-code-action@v1
3636
with:
3737
anthropic_api_key: ${{ secrets.ACTION_ANTHROPIC_API_KEY }}
38-
38+
claude_args: |
39+
--system-prompt "Use branch prefix: claude-agent-
40+
If the branch already exists, continue working on it, that means you already worked on this issue, and now continue working on it and making changes and fixes.
41+
Push your changes to the branch and verify that the branch is found before done
42+
I need you to check if the branch is live - no need for PR, make sure the branch you made and committed all the changes to is there"
43+
assignee_trigger: "claude-bot"
3944
# Optional: Customize the trigger phrase (default: @claude)
4045
# trigger_phrase: "/claude"
4146

0 commit comments

Comments
 (0)