Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Sep 6, 2024
1 parent 6ea8966 commit 92b1005
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 @@ -95,10 +95,11 @@ jobs:
run: |
alembic -c alembic.ini upgrade head
- name: Preserve migration script for new branch checkout
- name: Git stash migration script for new branch checkout
id: git-stash-migration-script
run: |
git add .
git stash # add and stash the last revision script before switching branches
git stash
- name: Checkout New Branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 92b1005

Please sign in to comment.