env test9

This commit is contained in:
Brord van Wierst 2023-12-10 02:35:03 +01:00
parent 735faac568
commit 072b6d6880
No known key found for this signature in database
GPG key ID: 20E7ACBD8E02BC11

View file

@ -20,7 +20,7 @@ jobs:
- name: 'Create env file'
run: |
touch .env
echo $WEB_APP_ENV >> .env
echo "$WEB_APP_ENV" >> .env
cat .env
- uses: subosito/flutter-action@v2
with: