edit workflow

This commit is contained in:
2026-01-25 12:29:57 +03:00
parent d6d967beaa
commit f62cafa128
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -16,7 +16,9 @@ jobs:
- name: Create .env file
run: |
echo "${{ secrets.ENV_FILE }}" > .env
cat << 'EOF' > .env
${{ secrets.ENV_FILE }}
EOF
- name: Build
run: |