Skip to content

Commit

Permalink
Specify repo (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboo committed Aug 14, 2023
1 parent f03009b commit 9d59cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
github.event.workflow_run.conclusion == 'success'
steps:
- name: Download artifacts
run: gh run download ${{ github.event.workflow_run.id }} -n CodeCoverage
run: gh run download ${{ github.event.workflow_run.id }} -n CodeCoverage --repo ${{ github.repository }}
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 9d59cc9

Please sign in to comment.