Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 authored Feb 21, 2024
1 parent b500f68 commit dc047ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit dc047ab

Please sign in to comment.