Skip to content

Commit 9d598cd

Browse files
pratikpugaliameta-codesync[bot]
authored andcommitted
fix(build): Update new claude-code-action to latest forked-pr-fix branch (#16755)
Summary: Pull Request resolved: #16755 Update the action reference from the old SHA (2817c54...) to the forked-pr-fix branch head ([hash](izaitsevfb/claude-code-action@ececd56)), which is the branch that the includes forked PR support for the Claude Code plugin that PyTorch [uses](https://github.com/pytorch/test-infra/blob/main/.github/workflows/_claude-code.yml#L116C15-L116C58) too. Tested on a forked PR: pratikpugalia#2 Reviewed By: kgpai Differential Revision: D96374984 fbshipit-source-id: b399ab4ff5d5c3b3ed796f8136ca8d4a1e3377d7
1 parent 22d35f6 commit 9d598cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
persist-credentials: false
9595

9696
- name: Run Claude Code
97-
uses: izaitsevfb/claude-code-action@2817c54db8f44f3a0485d57292566bf07d428a25 # forked-pr-fix
97+
uses: izaitsevfb/claude-code-action@ececd56fb999d06b4dd2477437bc408938295d76 # forked-pr-fix
9898
with:
9999
trigger_phrase: "@claude"
100100
# prompt is only set for workflow_dispatch (agent mode).

0 commit comments

Comments
 (0)