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 085a8da commit 54b3810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sail/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ runs:
echo "OCEAN__PORT__CLIENT_ID=${{ inputs.port_client_id }}" >> .env
echo "OCEAN__PORT__CLIENT_SECRET=${{ inputs.port_client_secret }}" >> .env
echo "${{ inputs.config }}" | yq eval "keys"
if [[ "${{ inputs.config }}" ]]; then
for key in $(echo "${{ inputs.config }}" | yq eval "keys"); do
value=$(echo "${{ inputs.config }}" | yq eval ".$key")
Expand Down

0 comments on commit 54b3810

Please sign in to comment.