fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 1s
Some checks failed
gen-migrations / gen-migrations (push) Failing after 1s
This commit is contained in:
parent
111338a172
commit
c51b923384
@ -10,7 +10,8 @@ jobs:
|
|||||||
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
|
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']
|
||||||
steps:
|
steps:
|
||||||
- uses: 'actions/checkout@v3'
|
- 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'
|
- name: 'git config'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email 'noreply@dnim.org'
|
git config --global user.email 'noreply@dnim.org'
|
||||||
|
Loading…
Reference in New Issue
Block a user