Skip to content

Commit

Permalink
add ask for email
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-marie authored Apr 23, 2024
1 parent 64966bb commit 6a71a3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create-user-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
branches:
- feat/cloudsql-gh-action
workflow_dispatch:
inputs:
email:
description: where to send the email
required: true



jobs:
Expand Down Expand Up @@ -50,6 +55,6 @@ jobs:
username: [email protected]
password: ${{secrets.MAIL_PASSWORD}}
subject: CODE IDP Database Created! ✨
to: [email protected]
to: ${{ github.event.inputs.email }}
from: The friendly code idp bot
body: 'Your database has been created! 🎉 Your DB ID and Username is: ${{ steps.generate-db-id.outputs.number }} The Password is: ${{ steps.generate-db-pw.outputs.password }}'

0 comments on commit 6a71a3b

Please sign in to comment.