Skip to content

Commit

Permalink
checking .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Feb 20, 2024
1 parent 8938790 commit 6b28805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sail/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 6b28805

Please sign in to comment.