[CHORE] Adjust Action Logging

This commit is contained in:
Dunemask 2024-08-25 11:24:54 -06:00
parent 3974280be1
commit 5ef63ab264

View file

@ -23,6 +23,9 @@ runs:
- name: Infisical CLI install
shell: bash
run: |
[ -z "${{ inputs.project-id }}" ] && echo "ProjectID was not supplied!" && exit 1
[ -z "${{ inputs.infisical-token }}" ] && echo "Inficial token was not supplied!" && exit 1
# Install Infisical Binary
echo "Installing Infisical!"
curl -s -L https://github.com/Infisical/infisical/releases/download/infisical-cli%2Fv0.28.5/infisical_0.28.5_linux_amd64.tar.gz | tar xvzf - infisical