Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EitanBlumin committed Apr 15, 2024
2 parents 666164a + 647e1a9 commit 6610af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
password: ${{secrets.MAIL_PASSWORD}}
to: ${{secrets.MAIL_RECIPIENTS}}
from: ${{secrets.MAIL_FROM}}
subject: New files added to MadeiraToolbox
subject: New files added to ${{github.repository}}
body: Commits with new file(s) were pushed into repository <a target="_blank" href="https://github.com/${{github.repository}}">${{github.repository}}</a> ! <br/>Author - <b>${{ github.event.pusher.name }}</b><br/>${{join(steps.added_files_list.outputs.*, '<br/>')}}<br/> <h4>Added files</h4>${{ steps.files.outputs.added }}<br/><h4>All affected files</h4>${{ steps.files.outputs.all }}
# Optional content type (defaults to text/plain):
content_type: text/html
Expand Down

0 comments on commit 6610af7

Please sign in to comment.