Skip to content
Snippets Groups Projects
Commit 552ee27f authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

first try

parent cb205cc1
Branches
Tags v0.6
No related merge requests found
......@@ -37,7 +37,7 @@ runs:
if: ${{ success() }}
with:
github-token: ${{ github.token }} # this will use the runner's token.
ms-teams-webhook-uri: ${{ input.MSTEAMS_WEBHOOK }}
ms-teams-webhook-uri: ${{ inputs.MSTEAMS_WEBHOOK }}
notification-summary: Build and Deploy success.
notification-color: 28a745
timezone: Europe/Paris
......@@ -46,7 +46,7 @@ runs:
if: ${{ failure() }}
with:
github-token: ${{ github.token }} # this will use the runner's token.
ms-teams-webhook-uri: ${{ input.MSTEAMS_WEBHOOK }}
ms-teams-webhook-uri: ${{ inputs.MSTEAMS_WEBHOOK }}
notification-summary: Build and Deploy failure.
notification-color: dc3545
timezone: Europe/Paris
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment