From 647e1a9b70ec4072d26748c1ebe5d554fbc30c7b Mon Sep 17 00:00:00 2001 From: Eitan Blumin Date: Mon, 15 Apr 2024 11:37:08 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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