From 6ed77c1ebf1c6d0433fce7b1ba3e621d52ca2200 Mon Sep 17 00:00:00 2001 From: Maksymilian Komarnicki Date: Sun, 12 Nov 2023 22:48:39 +0100 Subject: [PATCH] Fix indentations --- .github/workflows/test_results.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_results.yml b/.github/workflows/test_results.yml index 20982ef93..fc90a08c1 100644 --- a/.github/workflows/test_results.yml +++ b/.github/workflows/test_results.yml @@ -19,10 +19,10 @@ jobs: steps: - name: Download and extract artifacts - uses: dawidd6/action-download-artifact@v2 - with: - run_id: ${{ github.event.workflow_run.id }} - path: 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