From dc047abf1e44ebdcea6cad25af61031827f4375b Mon Sep 17 00:00:00 2001 From: Yair Siman Tov <63305203+yairsimantov20@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:20:48 +0200 Subject: [PATCH] Update action.yml --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index b717e2d..d3c0966 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,6 @@ runs: [[ "${{ inputs.port_client_id }}" ]] || { echo "inputs.port_client_id input is empty" ; exit 1; } [[ "${{ inputs.port_client_secret }}" ]] || { echo "inputs.port_client_secret input is empty" ; exit 1; } [[ "${{ inputs.initialize_port_resources }}" ]] || { echo "inputs.initialize_port_resources input is empty" ; exit 1; } - [[ "${{ inputs.event_listener_type }}" ]] || { echo "inputs.event_listener_type input is empty" ; exit 1; } [[ "${{ inputs.platform }}" ]] || { echo "inputs.platform input is empty" ; exit 1; } [[ "${{ inputs.version }}" ]] || { echo "inputs.version input is empty" ; exit 1; }