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