fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 7s

This commit is contained in:
Orion Kindel
2023-07-18 22:16:18 -05:00
parent c51b923384
commit 6f52cadde2

View File

@@ -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: |