Skip to content

Commit

Permalink
Merge pull request prasadhonrao#44 from prasadhonrao/development
Browse files Browse the repository at this point in the history
Remove YAML warning
  • Loading branch information
prasadhonrao authored Sep 16, 2024
2 parents 43faeb9 + 6b1c68a commit 76276b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
server_port: 587
username: ${{ secrets.GMAIL_USERNAME }}
password: ${{ secrets.GMAIL_PASSWORD }}
subject: ${{ job.status }}: Deployment Notification
subject: '${{ job.status }}: Deployment Notification'
body: |
The deployment has ${{ job.status }}!
Repository: ${{ github.repository }}
Expand All @@ -81,4 +81,4 @@ jobs:
Run Number: ${{ github.run_number }}
Logs: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
to: ${{ secrets.NOTIFY_EMAIL }}
from: ${{ secrets.GMAIL_USERNAME }}
from: ${{ secrets.GMAIL_USERNAME }}

0 comments on commit 76276b0

Please sign in to comment.