This GitHub Custom Action runs Alembic in a Docker container. Alembic is a database migration tool for SQLAlchemy.
The Alembic command to run. It's required.
The directory to run the Alembic command from. It's optional.
This action has no outputs.
uses: er5bus/alembic-python-action@v1
with:
command: 'upgrade head'
working-directory: './path/to/alembic/config/directory'
This action is licensed under the MIT License.