From 6d368aaa5ab9afcc428dd65325edafae8ed4956b Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Tue, 23 Feb 2021 16:06:47 +0100 Subject: [PATCH] Minor spacing fix --- .github/workflows/full_suite_integration_tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/full_suite_integration_tests.yml b/.github/workflows/full_suite_integration_tests.yml index 7ecd5a954b..93506bff42 100644 --- a/.github/workflows/full_suite_integration_tests.yml +++ b/.github/workflows/full_suite_integration_tests.yml @@ -125,12 +125,12 @@ jobs: arguments: "integrationTests" - name: Export Variables for FlankScripts - if: ${{ always() }} - uses: UnlyEd/github-action-store-variable@v2.1.0 - with: - variables: | - ${{ matrix.os }}=${{ job.status }} - ${{ matrix.os }}-bs=${{steps.run-it.outputs.build-scan-url}} + if: ${{ always() }} + uses: UnlyEd/github-action-store-variable@v2.1.0 + with: + variables: | + ${{ matrix.os }}=${{ job.status }} + ${{ matrix.os }}-bs=${{steps.run-it.outputs.build-scan-url}} process-results: needs: [ run-it-full-suite ]