diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index b48169e..d8e72c7 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -13,7 +13,7 @@ jobs: disable_web_page_preview: true format: html message: | - 🛠 ${{ github.actor }} created commit (${{github.sha}}) + new commit created (${{ github.actor }}) ${{ github.event.commits[0].message }} - See changes \ No newline at end of file + see changes \ No newline at end of file