Skip to content

Commit

Permalink
chore(ci): checkout before reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkel committed Feb 7, 2024
1 parent 19f5abf commit 4cc678c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.workflow_run.head_repository.name }}
ref: ${{ github.event.workflow_run.head_commit.id }}
- uses: actions/download-artifact@v4
with:
name: test-results
Expand Down

0 comments on commit 4cc678c

Please sign in to comment.