Skip to content

Commit 2c0867f

Browse files
committed
merge: sync main into dev
2 parents 21c796a + 7f1958e commit 2c0867f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/claude-ci-autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
} >> "$GITHUB_STEP_SUMMARY"
255255
exit 1
256256
fi
257-
257+
258258
echo "log_path=failed.log" >> "$GITHUB_OUTPUT"
259259

260260
- name: Get CI failure details

.github/workflows/claude-review-responder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
26-
ref: ${{ github.event.pull_request.head.sha }}
26+
ref: ${{ github.event.pull_request.head.ref }}
2727

2828
- name: Verify PR branch matches reviewed SHA
2929
run: |

0 commit comments

Comments
 (0)