From 4cc678cdf0ea1c1685a5e8ab6df95d9646d43297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Eichhorn?= Date: Wed, 7 Feb 2024 13:46:31 +0100 Subject: [PATCH] chore(ci): checkout before reporting --- .github/workflows/test-report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index b50aa71..606aba4 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -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