Skip to content

Commit

Permalink
how bout dis
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Sep 6, 2024
1 parent 35f2869 commit 745c8eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/db-changes-var1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,10 @@ jobs:
fetch-depth: 0
ref: 'add-gha-auto-db-migration'

- name: git diff
- name: Fetch Main Branch
run: |
git diff
git fetch origin main # Fetch the latest changes from main
git merge origin/main # Merge main branch into current branch
- name: Generate alembic script for new branch
id: run-alembic-script-autogen-round-2
Expand Down

0 comments on commit 745c8eb

Please sign in to comment.