Skip to content

Commit cf9b138

Browse files
committed
Update action to use dockerfile
1 parent 9440793 commit cf9b138

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

action.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: MySQL to SQLite3 Converter
22
description: Connect to mysql and convert to sqlite3 file
3+
34
inputs:
45
output:
56
description: output file
@@ -16,9 +17,11 @@ inputs:
1617
password:
1718
description: mysql password
1819
required: true
20+
1921
runs:
2022
using: docker
21-
image: benrowe/mysql-to-sqlite3
22-
args:
23-
-
23+
image: Dockerfile
2424

25+
branding:
26+
icon: "mic"
27+
color: "blue"

0 commit comments

Comments
 (0)