fix: gen-migrations workflow
All checks were successful
gen-migrations / gen-migrations (push) Successful in 8m50s

This commit is contained in:
Orion Kindel 2023-07-20 11:00:47 -05:00
parent d94188f4a5
commit 26c2c9ca6a
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

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