Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual committed Oct 22, 2024
1 parent 31f1b2d commit 50b462a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ runs:
echo "rand=$(openssl rand -hex 5)" >> "$GITHUB_OUTPUT"
- name: Upload Artifacts
if: ${{ fromJson(steps.component.outputs.settings).enabled && inputs.drift-detection-mode-enabled == 'true' }}
if: ${{ fromJson(steps.atmos-settings.outputs.settings).enabled && inputs.drift-detection-mode-enabled == 'true' }}
uses: actions/upload-artifact@v4
with:
# The name of the artifact needs to be unique for every job run!
Expand All @@ -477,7 +477,7 @@ runs:
retention-days: ${{ inputs.metadata-retention-days }}

- name: Exit status
if: ${{ fromJson(steps.component.outputs.settings).enabled }}
if: ${{ fromJson(steps.atmos-settings.outputs.settings).enabled }}
shell: bash
run: |
exit ${{ steps.atmos-plan.outputs.result }}

0 comments on commit 50b462a

Please sign in to comment.