Skip to content

Commit

Permalink
ci: write env file using printenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed Jul 7, 2024
1 parent 0838b5b commit 4446642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
- name: Create .env file
env:
ENV_FILE: ${{ secrets.ENV_FILE }}
run: echo "${{ env.ENV_FILE }}" > .env
run: printenv ENV_FILE > env.json

0 comments on commit 4446642

Please sign in to comment.