We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21c796a + 7f1958e commit 2c0867fCopy full SHA for 2c0867f
.github/workflows/claude-ci-autofix.yml
@@ -254,7 +254,7 @@ jobs:
254
} >> "$GITHUB_STEP_SUMMARY"
255
exit 1
256
fi
257
-
+
258
echo "log_path=failed.log" >> "$GITHUB_OUTPUT"
259
260
- name: Get CI failure details
.github/workflows/claude-review-responder.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v5
24
with:
25
fetch-depth: 0
26
- ref: ${{ github.event.pull_request.head.sha }}
+ ref: ${{ github.event.pull_request.head.ref }}
27
28
- name: Verify PR branch matches reviewed SHA
29
run: |
0 commit comments