From 17bf1bf5ae784c4e1f8db1dd2dc98bab3c9a6627 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 3 May 2024 11:25:37 -0700 Subject: [PATCH] set emoji for webhook --- .gitea/workflows/build-and-push.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 83c38c22..2e273ec6 100755 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -9,9 +9,9 @@ jobs: - uses: sarisia/actions-status-discord@v1 if: always() with: - title: "Pipeline is starting" + title: "Pipeline is starting 🚀" webhook: ${{ secrets.DISCORD_WEBHOOK }} - avatar_url: "https://git.luker.fr/assets/img/logo.svg" + avatar_url: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTP3ekDW_jiUIEmAym337xeS7WN-k_DUq8YHi6VVfwQQw&s" detect-changed-files: runs-on: ubuntu-latest outputs: @@ -96,4 +96,4 @@ jobs: title: "Pipeline has completed successfully" status: webhook: ${{ secrets.DISCORD_WEBHOOK }} - avatar_url: "https://git.luker.fr/assets/img/logo.svg" \ No newline at end of file + avatar_url: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTP3ekDW_jiUIEmAym337xeS7WN-k_DUq8YHi6VVfwQQw&s" \ No newline at end of file