Skip to content

Commit 3feb1fd

Browse files
authored
fix: removed the '!=' comparison from the webhook url in merged. (#2302)
1 parent 3131ef1 commit 3feb1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: simbo/msteams-message-card-action@d87ad6c3908b72f4fd94b55d937d05395c7300dc # v1.4.3
6262
if: vars.MS_TEAMS_WEBHOOK_URI
6363
with:
64-
webhook: ${{ vars.MS_TEAMS_WEBHOOK_URI != null }}
64+
webhook: ${{ vars.MS_TEAMS_WEBHOOK_URI }}
6565
title: "${{github.event.workflow_run.head_commit.message}}"
6666
message: "${{github.event.workflow_run.head_commit.message}}"
6767
color: 'dark orange'

0 commit comments

Comments
 (0)