From 702e6255e84d8ba19971e7bf504dfa7b83295ccd Mon Sep 17 00:00:00 2001 From: Peter Grlica Date: Thu, 20 Oct 2022 13:24:16 +0200 Subject: [PATCH] Fixed issue and issue comment notifications for GH actions --- .github/workflows/notify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 7c9c7edd5..53cfd2e49 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -32,7 +32,7 @@ jobs: channel: ${{ secrets.MATRIX_ROOM_ID }} message: | ### [ ${{ github.event.repository.name }} ] - An issue has been **${{ github.event.action }}** by ${{ github.event.issue.user.login }}\ + An issue has been **${{ github.event.action }}** by ${{ github.triggering_actor }}\ More info [here](${{ github.event.issue.html_url }}) # only for comments @@ -46,7 +46,7 @@ jobs: channel: ${{ secrets.MATRIX_ROOM_ID }} message: | ### [ ${{ github.event.repository.name }} ] - An issue comment has been **${{ github.event.action }}** by ${{ github.event.issue.user.login }}\ + An issue comment has been **${{ github.event.action }}** by ${{ github.triggering_actor }}\ More info [here](${{ github.event.issue.html_url }}) # only for releases