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

This commit is contained in:
Orion Kindel 2023-07-18 22:15:24 -05:00
parent 111338a172
commit c51b923384
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

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