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