From cc2ff05e9a5295113783ba417b4077df1a952054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6ckelmann?= Date: Thu, 15 Feb 2024 20:05:02 +0100 Subject: [PATCH] Hopefully fix Failing ntfycation --- .gitea/workflows/demo.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 6fac7b1..7ddc555 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -30,9 +30,10 @@ jobs: topic: ${{ secrets.NTFY_TOPIC }} priority: 5 headers: '{"authorization": "${{ secrets.NTFY_HEADERS }}"}' - tags: +1,partying_face,action,failed + tags: +1,partying_face,action,failed, details: Workflow has failed! - actions: 'default' + icon: 'https://styles.redditmedia.com/t5_32uhe/styles/communityIcon_xnt6chtnr2j21.png' + image: true - name: ntfy-notifications-success uses: niniyas/ntfy-action@master