From c51b9233847a48cee7fd21f24ae1d05c7f051cb7 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Tue, 18 Jul 2023 22:15:24 -0500 Subject: [PATCH] fix: gen-migrations workflow --- .gitea/workflows/gen-migrations.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gen-migrations.yml b/.gitea/workflows/gen-migrations.yml index e2d87bd..877302d 100644 --- a/.gitea/workflows/gen-migrations.yml +++ b/.gitea/workflows/gen-migrations.yml @@ -10,7 +10,8 @@ jobs: volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock'] steps: - uses: 'actions/checkout@v3' - with: { fetch-depth: 0, ref: 'main', submodules: 'recursive' } + with: { fetch-depth: 0, ref: 'origin/main', submodules: 'recursive' } + - run: 'docker compose up -d' - name: 'git config' run: | git config --global user.email 'noreply@dnim.org'