diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 865d732..86252c5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: args: ${{ inputs.composer-args }} - name: Create .env file from secret - if: ${{ inputs.env }} + if: ${{ secrets.env }} run: echo "${{ secrets.env }}" > .env - name: Build