fix: gen-migrations
All checks were successful
gen-migrations / gen-migrations (push) Successful in 8s
All checks were successful
gen-migrations / gen-migrations (push) Successful in 8s
This commit is contained in:
parent
2080a44f46
commit
0e934784b4
@ -12,7 +12,7 @@ jobs:
|
|||||||
- '/var/run/postgresql:/var/run/postgresql'
|
- '/var/run/postgresql:/var/run/postgresql'
|
||||||
steps:
|
steps:
|
||||||
- uses: 'actions/checkout@v3'
|
- uses: 'actions/checkout@v3'
|
||||||
with: { fetch-depth: 0, submodules: 'recursive' }
|
with: { fetch-depth: 0, submodules: 'recursive', token: '${{ secrets._GITEA_TOKEN }}' }
|
||||||
- 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