diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index ac8477e33a..4ba5b18fe9 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -1,3 +1,5 @@ +name: Notification + on: workflow_run: branches: [master, release-*] @@ -44,7 +46,7 @@ jobs: }, { title: 'Author', - value: '<${{ github.event.sender.html_url }}|${{ github.event.sender.login }}>', + value: '${{ github.event.workflow_run.head_commit.author.name }}', short: true }, {