Skip to content

Commit

Permalink
🔧 update action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaWefox committed Jul 4, 2024
1 parent afc0030 commit 5db907a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
default: 'out.mmd'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'ghcr.io/ndesaunais/erd-ga:feature-init'
env:
URL: ${{ inputs.url }}
OUTPUT: ${{ inputs.output }}
Expand Down
1 change: 1 addition & 0 deletions tests/migrations/0000002_next.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE TABLE names2 ( firstname VARCHAR, lastname VARCHAR)

0 comments on commit 5db907a

Please sign in to comment.