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

improves action

parent 8bf65528
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ runs:
if: ${{ success() }}
with:
github-token: ${{ github.token }} # this will use the runner's token.
ms-teams-webhook-uri: ${{ inputs.MSTEAMS_WEBHOOK }}
ms-teams-webhook-uri: ${{ env.MSTEAMS_WEBHOOK }}
notification-summary: Build and Deploy success.
notification-color: 28a745
timezone: Europe/Paris
......@@ -48,7 +48,7 @@ runs:
if: ${{ failure() }}
with:
github-token: ${{ github.token }} # this will use the runner's token.
ms-teams-webhook-uri: ${{ inputs.MSTEAMS_WEBHOOK }}
ms-teams-webhook-uri: ${{ env.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