Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Aug 21, 2024
1 parent 42e5fb7 commit 44a127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: |
alembic -c ../alembic.ini revision --autogenerate -m "test script {{ env.BRANCH_NAME }}"
alembic -c alembic.ini revision --autogenerate -m "test script {{ env.BRANCH_NAME }}"
- name: Checkout new branch
id: checkout-new-branch
Expand Down

0 comments on commit 44a127a

Please sign in to comment.