Set emoji for webhook
All checks were successful
Build and push / post-finish-message (push) Has been skipped
Build and push / detect-changed-files (push) Successful in 4s
Build and push / post-startup-message (push) Successful in 7s
Build and push / Lint-Python (push) Has been skipped
Build and push / Build-and-Push-Docker (push) Has been skipped
Build and push / sync-argocd-app (push) Has been skipped

This commit is contained in:
Luke Robles 2024-05-03 11:21:58 -07:00
parent 352517a8a4
commit 388371d86c

View File

@ -11,6 +11,7 @@ jobs:
with:
title: "Pipeline is starting"
webhook: ${{ secrets.DISCORD_WEBHOOK }}
avatar_url: "https://git.luker.fr/assets/img/logo.svg"
detect-changed-files:
runs-on: ubuntu-latest
outputs:
@ -94,4 +95,5 @@ jobs:
with:
title: "Pipeline has completed successfully"
status:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
webhook: ${{ secrets.DISCORD_WEBHOOK }}
avatar_url: "https://git.luker.fr/assets/img/logo.svg"