We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3131ef1 commit 3feb1fdCopy full SHA for 3feb1fd
.github/workflows/notifications.yml
@@ -61,7 +61,7 @@ jobs:
61
- uses: simbo/msteams-message-card-action@d87ad6c3908b72f4fd94b55d937d05395c7300dc # v1.4.3
62
if: vars.MS_TEAMS_WEBHOOK_URI
63
with:
64
- webhook: ${{ vars.MS_TEAMS_WEBHOOK_URI != null }}
+ webhook: ${{ vars.MS_TEAMS_WEBHOOK_URI }}
65
title: "${{github.event.workflow_run.head_commit.message}}"
66
message: "${{github.event.workflow_run.head_commit.message}}"
67
color: 'dark orange'
0 commit comments