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 fb6be46 commit a431ed5Copy full SHA for a431ed5
.github/workflows/claude.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Download job log
52
run: |
53
- gh api /repos/${context.repo.owner}/${context.repo.repo}/actions/jobs/${{ steps.extract.outputs.job_id }}/logs > job-log.txt
+ gh api /repos/${{ github.repository }}/actions/jobs/${{ steps.extract.outputs.job_id }}/logs > job-log.txt
54
grep -iE 'error|✗|failed|panic' job-log.txt || true > errors.txt
55
cat errors.txt
56
echo "errors<<EOF" >> $GITHUB_OUTPUT
0 commit comments