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