diff --git a/action.yml b/action.yml index 1d5066b9..7ef1a897 100644 --- a/action.yml +++ b/action.yml @@ -78,6 +78,7 @@ runs: echo "ATMOS_CLI_CONFIG_PATH=$(realpath ${{ inputs.atmos-config-path }})" >> $GITHUB_ENV - name: Install Atmos + if: ${{ inputs.atmos-version != '' }} uses: cloudposse/github-action-setup-atmos@v2 with: atmos-version: ${{ inputs.atmos-version }}