We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088c838 commit a00ccd4Copy full SHA for a00ccd4
.github/workflows/create-user-mongo-db.yml
@@ -0,0 +1,10 @@
1
+name: Create User Mongo DB
2
+on:
3
+ push:
4
+ branches:
5
+ - feat/atlas-mongo-db-gh-action
6
+ workflow_dispatch:
7
+ inputs:
8
+ email:
9
+ description: where to send the email
10
+ required: true
0 commit comments