diff --git a/sail/action.yml b/sail/action.yml index 2b1ceed..598f265 100644 --- a/sail/action.yml +++ b/sail/action.yml @@ -42,7 +42,6 @@ runs: - name: validate inputs shell: bash run: | - - run: | [[ -z "${{ inputs.type }}" ]] || { echo "type input is empty" ; exit 1; } [[ -z "${{ inputs.port_client_id }}" ]] || { echo "inputs.port_client_id input is empty" ; exit 1; } [[ -z "${{ inputs.port_client_secret }}" ]] || { echo "inputs.port_client_secret input is empty" ; exit 1; }