Skip to content

Commit a431ed5

Browse files
author
lycbrian
committed
test workflow
1 parent fb6be46 commit a431ed5

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
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Download job log
5252
run: |
53-
gh api /repos/${context.repo.owner}/${context.repo.repo}/actions/jobs/${{ steps.extract.outputs.job_id }}/logs > job-log.txt
53+
gh api /repos/${{ github.repository }}/actions/jobs/${{ steps.extract.outputs.job_id }}/logs > job-log.txt
5454
grep -iE 'error|✗|failed|panic' job-log.txt || true > errors.txt
5555
cat errors.txt
5656
echo "errors<<EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)