Update .github/workflows/claude-dedupe-issues.yml

This commit is contained in:
Boris Cherny
2025-07-30 19:51:21 -07:00
committed by GitHub
parent 5bff800d8b
commit 5792e3c43f

View File

@@ -19,7 +19,7 @@ jobs:
- name: Run Claude Code slash command - name: Run Claude Code slash command
uses: anthropics/claude-code-action@beta uses: anthropics/claude-code-action@beta
with: with:
prompt_override: "/dedupe ${{ github.repository }}/issues/${{ github.event.issue.number }}" override_prompt: "/dedupe ${{ github.repository }}/issues/${{ github.event.issue.number }}"
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_env: | claude_env: |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}