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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -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