Skip to content

Commit

Permalink
Use author of commit in notification (#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Aug 26, 2021
1 parent 9a0e69f commit 330ab2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/notifications.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Notification

on:
workflow_run:
branches: [master, release-*]
Expand Down Expand Up @@ -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
},
{
Expand Down

0 comments on commit 330ab2b

Please sign in to comment.