diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 0874d3c..1d45e9c 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: Create .env file from secrets - run: cat ${ENV_PROD} > .env + run: echo "$ENV_PROD" > .env - name: Install PHP dependencies run: composer install