You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ inputs:
12
12
default: 'mongo'
13
13
14
14
mongodb-version:
15
-
description: 'MongoDB version to use (default "latest")'
15
+
description: 'MongoDB version to use (default: "latest")'
16
16
required: false
17
17
default: 'latest'
18
18
@@ -22,7 +22,7 @@ inputs:
22
22
default: ''
23
23
24
24
mongodb-port:
25
-
description: 'MongoDB port to use (default 27017)'
25
+
description: 'MongoDB port to use (default: 27017)'
26
26
required: false
27
27
default: 27017
28
28
@@ -56,6 +56,11 @@ inputs:
56
56
required: false
57
57
default: 'admin'
58
58
59
+
mongodb-replica-set-host:
60
+
description: 'MongoDB replica set host, must be accessible from both internal container and external usage (default: "localhost")'
61
+
required: false
62
+
default: 'localhost'
63
+
59
64
docker-network:
60
65
description: 'Docker network to attach the MongoDB container to. If not provided, will try to use the default GitHub Actions network if available (github_network_<rand>).'
0 commit comments