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 de753d2 commit bdafacc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sail/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ runs:
if [[ "${{ inputs.config }}" ]]; then
inputs=$(echo ${{ inputs.config }} | yq eval -j -)
echo $inputs
# for key in $(echo $inputs | jq -r "keys[]"); do
# value=$(echo $inputs | jq -r ".[$key]")
# echo "OCEAN__INTEGRATION__CONFIG__${key}=${value}" >> .env
# done
# for key in $(echo $inputs | jq -r "keys[]"); do
# value=$(echo $inputs | jq -r ".[$key]")
# echo "OCEAN__INTEGRATION__CONFIG__${key}=${value}" >> .env
# done
fi
env >> .env
Expand Down

0 comments on commit bdafacc

Please sign in to comment.