Skip to content

Commit

Permalink
FIX: wrong branch name (#14)
Browse files Browse the repository at this point in the history
* ADD: initial mongo db creation action from example

* DEL: example code

* FIX: wrong branch name
  • Loading branch information
zoe-marie authored Apr 30, 2024
1 parent 088c838 commit a00ccd4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/create-user-mongo-db.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Create User Mongo DB
on:
push:
branches:
- feat/atlas-mongo-db-gh-action
workflow_dispatch:
inputs:
email:
description: where to send the email
required: true

0 comments on commit a00ccd4

Please sign in to comment.