fix: gen-migrations workflow
All checks were successful
gen-migrations / gen-migrations (push) Successful in 8m50s
All checks were successful
gen-migrations / gen-migrations (push) Successful in 8m50s
This commit is contained in:
parent
d94188f4a5
commit
26c2c9ca6a
@ -29,8 +29,8 @@ jobs:
|
||||
- name: 'gen migrations (and push if needed)'
|
||||
run: |
|
||||
./scripts/gen_migrations.sh
|
||||
cd migrations
|
||||
if ! (git diff-index --quiet --cached HEAD --); then
|
||||
cd migrations
|
||||
git add -A
|
||||
git commit -m 'chore: babe wake up new migrations just dropped'
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user