Skip to content

Commit ffb5842

Browse files
committed
Update OCA workflow
1 parent 2aea11b commit ffb5842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oca-slack-issue-commented.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
$url = "${{ secrets.OCA_SLACK_WEBHOOK_URL }}"
4747
$iconUrl = "${{ secrets.OCA_SLACK_WEBHOOK_ICON_URL }}"
4848
$channel = "${{ secrets.OCA_SLACK_CHANNEL }}"
49-
$text = "`@${{ github.event.issue.user.login }} has left a New Comment on the Issue #${{ github.event.issue.number }}! :point_right: <${{ github.event.issue.html_url }}|View Issue>"
49+
$text = "`@${{ github.event.comment.user.login }} has left a New Comment on the Issue #${{ github.event.issue.number }}! :point_right: <${{ github.event.issue.html_url }}|View Issue>"
5050
$body = @{ "channel" = $channel; "username" = "AzFuncOpenApiBot"; "icon_url" = $iconUrl; "text" = $text; }
5151
$payload = $body | ConvertTo-Json
5252

0 commit comments

Comments
 (0)