Skip to content

Commit

Permalink
Fix DeepSource action
Browse files Browse the repository at this point in the history
When running on remote repos
  • Loading branch information
raphael committed Jan 28, 2024
1 parent 6c143ad commit bfccfbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.event.workflow_run.head_sha }}

- name: Download test coverage
uses: dawidd6/action-download-artifact@v3
Expand Down

0 comments on commit bfccfbe

Please sign in to comment.