Skip to content

Commit b7e749f

Browse files
committed
added options list to github action
1 parent 7f74e6d commit b7e749f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/start-hashtopolis/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ inputs:
66
description: "Used to set which DB system should be used"
77
required: true
88
default: "mysql"
9+
options:
10+
- "mysql"
11+
- "postgres"
912

1013
runs:
1114
using: "composite"

0 commit comments

Comments
 (0)