Skip to content

Commit

Permalink
Remove duplicated download
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Jun 12, 2024
1 parent f1a53b9 commit adc6d96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
contents: write # needed to edit the comment vs opening multiple ones
actions: read
steps:
- name: "Download coverage data 📥"
uses: actions/download-artifact@v4
- name: "Get the triggering workflow run details"
id: get-run
uses: octokit/[email protected]
with:
route: GET /repos/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}
env:
Expand Down

0 comments on commit adc6d96

Please sign in to comment.