From 388371d86c15670ca32880a4623543e274487356 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 3 May 2024 11:21:58 -0700 Subject: [PATCH] Set emoji for webhook --- .gitea/workflows/build-and-push.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index dafa98ba..83c38c22 100755 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -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 }} \ No newline at end of file + webhook: ${{ secrets.DISCORD_WEBHOOK }} + avatar_url: "https://git.luker.fr/assets/img/logo.svg" \ No newline at end of file