Skip to content

er5bus/alembic-python-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Run Alembic GitHub Custom Action

This GitHub Custom Action runs Alembic in a Docker container. Alembic is a database migration tool for SQLAlchemy.

Inputs

command

The Alembic command to run. It's required.

working-directory

The directory to run the Alembic command from. It's optional.

Outputs

This action has no outputs.

Example usage

uses: er5bus/alembic-python-action@v1
with:
  command: 'upgrade head'
  working-directory: './path/to/alembic/config/directory'

License

This action is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published