Skip to content

Commit

Permalink
Test build email
Browse files Browse the repository at this point in the history
  • Loading branch information
Dcrammer777 committed Oct 23, 2023
1 parent 7c1bfde commit 6978459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
server_port: 465
username: ${{secrets.EMAIL_USERNAME}}
password: ${{secrets.EMAIL_PASSWORD}}
subject: Build completed!
subject: ${{ steps.repo_name.outputs.REPO_NAME }} Build completed
to: david@davidcrammer.com
from: ${{secrets.EMAIL_USERNAME}}
body: Build has been completed.
body: version ${{ steps.bump_version.outputs.new_tag || '"latest"' }} has been built and pushed to DOCR

0 comments on commit 6978459

Please sign in to comment.