We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e154d commit 6127f80Copy full SHA for 6127f80
.github/workflows/claude.yml
@@ -25,13 +25,12 @@ jobs:
25
id-token: write
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@v4
29
with:
30
fetch-depth: 1
31
32
- name: Run Claude Code
33
id: claude
34
- uses: ./.github/actions/claude-code-action
+ uses: anthropics/claude-code-action@beta
35
36
- anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
37
-
+ anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
0 commit comments