From 2e093a41f8b0c3537b4b1d53bd89977981f10622 Mon Sep 17 00:00:00 2001 From: Davy Landman Date: Wed, 13 Sep 2023 10:38:54 +0200 Subject: [PATCH] Fixed yaml error --- .github/workflows/publish-test-results.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-test-results.yaml b/.github/workflows/publish-test-results.yaml index eaa21264..89c6ba77 100644 --- a/.github/workflows/publish-test-results.yaml +++ b/.github/workflows/publish-test-results.yaml @@ -20,11 +20,11 @@ jobs: actions: read steps: - - name: Download and Extract Artifacts - uses: dawidd6/action-download-artifact@v2 - with: - run_id: ${{ github.event.workflow_run.id }} - path: artifacts + - name: Download and Extract Artifacts + uses: dawidd6/action-download-artifact@v2 + with: + run_id: ${{ github.event.workflow_run.id }} + path: artifacts - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action@v2