Skip to content

Commit

Permalink
Minor spacing fix (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloox authored Feb 23, 2021
1 parent 8c0daa7 commit ef26ee8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/full_suite_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ jobs:
arguments: "integrationTests"

- name: Export Variables for FlankScripts
if: ${{ always() }}
uses: UnlyEd/[email protected]
with:
variables: |
${{ matrix.os }}=${{ job.status }}
${{ matrix.os }}-bs=${{steps.run-it.outputs.build-scan-url}}
if: ${{ always() }}
uses: UnlyEd/[email protected]
with:
variables: |
${{ matrix.os }}=${{ job.status }}
${{ matrix.os }}-bs=${{steps.run-it.outputs.build-scan-url}}
process-results:
needs: [ run-it-full-suite ]
Expand Down

0 comments on commit ef26ee8

Please sign in to comment.