name: SQLx description: Apply SQLx migrations inputs: database-url: description: Where to find the database required: true runs: using: docker image: docker://git.tfld.dev/tfld/tools-sqlx env: DATABASE_URL: ${{ inputs.database-url }}