add sqlx action

This commit is contained in:
Adrian Wannenmacher 2023-12-06 16:13:26 +01:00
parent f0e3598c0c
commit 19ea466550
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5
1 changed files with 11 additions and 0 deletions

11
sqlx/action.yml Normal file
View File

@ -0,0 +1,11 @@
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 }}