diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fdc9004..a07faa1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 ${{github.repository}} !
Author - ${{ github.event.pusher.name }}
${{join(steps.added_files_list.outputs.*, '
')}}

Added files

${{ steps.files.outputs.added }}

All affected files

${{ steps.files.outputs.all }} # Optional content type (defaults to text/plain): content_type: text/html