Skip to content

Commit

Permalink
Fix metadata upload (#31)
Browse files Browse the repository at this point in the history
* Fix metadata upload

* Fix metadata upload

* Fix metadata upload
  • Loading branch information
goruha authored Oct 3, 2023
1 parent 7734b15 commit a16e84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-failed-plan-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
```
</details>
teardown:
runs-on: ubuntu-latest
needs: [assert]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ runs:
fi
- name: Upload Artifacts
if: ${{ inputs.drift-detection-mode-enabled && steps.atmos-plan.outputs.no-changes == 'false' }}
if: ${{ inputs.drift-detection-mode-enabled == 'true' && steps.atmos-plan.outputs.no-changes == 'false' }}
uses: actions/upload-artifact@v3
with:
name: metadata
Expand Down

0 comments on commit a16e84a

Please sign in to comment.