Skip to content

Commit

Permalink
change 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 de7a2d4 commit 93cc254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
status: custom
custom_payload: |
{
"text": ":x: *Échec du workflow ${{ github.workflow }}*\n\n*Détails des échecs:*\n${{ needs.build_pypowsybl.outputs.build_status }}\n\nVoir les logs : (https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
"text": ":x: *Échec du workflow ${{ github.workflow }}*\n\n*Détails des échecs:*\n```${{ needs.build_pypowsybl.outputs.build_status }}```\n\nVoir les logs : (https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 93cc254

Please sign in to comment.