diff --git a/action.yaml b/action.yaml index 73774f4..bc5d07d 100644 --- a/action.yaml +++ b/action.yaml @@ -112,7 +112,7 @@ runs: - name: Run setup script shell: bash - if: ${{ inputs.dry-run != 'true' }} + if: ${{ inputs.dry-run != 'true' && inputs.dry-run != true }} run: | $GITHUB_ACTION_PATH/setup.sh \ -n '${{ steps.flutter-action.outputs.VERSION }}' \