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'