Skip to content

Commit a00ccd4

Browse files
authored
FIX: wrong branch name (#14)
* ADD: initial mongo db creation action from example * DEL: example code * FIX: wrong branch name
1 parent 088c838 commit a00ccd4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)