diff --git a/.gitea/workflows/setup_native.yml b/.gitea/workflows/setup_native.yml index a70723d39..817e7466f 100644 --- a/.gitea/workflows/setup_native.yml +++ b/.gitea/workflows/setup_native.yml @@ -35,13 +35,13 @@ jobs: postgresql version: '16' - name: Make envfile - uses: SpicyPizza/create-envfile@v2.0 - with: - PG_USER: ${{ secrets.PG_USER }} - PG_PASSWORD: ${{ secrets.PG_PASSWORD }} - DB_SERVER: ${{ vars.DB_SERVER }} - DB_PORT: ${{ vars.DB_PORT }} - + uses: SpicyPizza/create-envfile@v2.0 + with: + PG_USER: ${{ secrets.PG_USER }} + PG_PASSWORD: ${{ secrets.PG_PASSWORD }} + DB_SERVER: ${{ vars.DB_SERVER }} + DB_PORT: ${{ vars.DB_PORT }} + - name: Generate Config run: make gen_config