Skip to content

Commit

Permalink
add slack notification
Browse files Browse the repository at this point in the history
Signed-off-by: Leclerc Clement <[email protected]>
  • Loading branch information
clementleclercRTE committed Nov 19, 2024
1 parent 65f7bf2 commit 50c8bb4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/snapshot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,13 +292,11 @@ jobs:
*Workflow:* ${{ github.workflow }}
*Job:* ${{ github.job }}
*Étape:* ${{ github.action }}
*Détails:*
• Repo: ${{ github.repository }}
• Branche: ${{ github.ref_name }}
• Événement déclencheur: ${{ github.event_name }}
${{ BUILD_STATUS }}
[Voir les logs](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
Voir les logs :
(https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 50c8bb4

Please sign in to comment.