develop to main #5

Merged
stephan.hadan merged 7 commits from develop into main 2025-01-26 20:56:49 +01:00
Showing only changes of commit a6fb84af92 - Show all commits

View file

@ -31,7 +31,7 @@ jobs:
uses: https://github.com/niniyas/ntfy-action@master
if: success()
with:
title: 'Forgejo Actions"
title: 'Forgejo Actions'
url: '${{ secrets.NTFY_URL }}'
topic: '${{ secrets.NTFY_TOPIC }}'
priority: 4
@ -53,6 +53,8 @@ jobs:
tags: +1,partying_face,action,failed
details: Workflow has failed!
actions: 'default'
icon: 'https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Forgejo_logo.svg/512px-Forgejo_logo.svg.png'
image: true
- name: ntfy-cancelled-notifications
uses: https://github.com/niniyas/ntfy-action@master
@ -66,5 +68,7 @@ jobs:
tags: +1,partying_face,action,cancelled
details: Workflow has been cancelled!
actions: '[{"action": "view", "label": "Open portal", "url": "https://techstack.preview.hadan.de/", "clear": true}]'
icon: 'https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Forgejo_logo.svg/512px-Forgejo_logo.svg.png'
image: true
- run: echo "This job's status is ${{ job.status }}."