Skip to content

Commit

Permalink
env test5
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Dec 10, 2023
1 parent 0225ba1 commit 05cc28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Create env file'
run: |
touch .env
echo ${{ variables.WEB_APP_ENV }} >> .env
echo $WEB_APP_ENV >> .env
cat .env
- uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 05cc28d

Please sign in to comment.