diff --git a/.github/workflows/send-email.yaml b/.github/workflows/send-email.yaml index 46539c7..3e46737 100644 --- a/.github/workflows/send-email.yaml +++ b/.github/workflows/send-email.yaml @@ -13,6 +13,6 @@ jobs: subject: Github Actions job result to: obiwan@oo1.dev,yoda@oo1.dev from: Luke Skywalker - # body: Build job of ${{github.repository}} completed successfully! - attachments: ./*.txt + body: Build job of ${{github.repository}} completed successfully! + # attachments: ./*.txt priority: high