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 a25e544 commit 38ac09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sail/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
echo "$KEY=$VALUE" >> .env
done
ca .env
cat .env
docker run -i --rm --platform=${{ inputs.platform }} --env-file .env $image_name
Expand Down

0 comments on commit 38ac09e

Please sign in to comment.