issue-5-product-gamesystems #10

Merged
sebastian merged 31 commits from issue-5-product-gamesystems into main 2024-02-16 18:00:29 +01:00
Showing only changes of commit dfce268874 - Show all commits

View File

@ -21,11 +21,29 @@ jobs:
- name: Run e2e tests - name: Run e2e tests
run: npm run e2e run: npm run e2e
- name: ntfy-notifications
- name: ntfy-notifications-failure
uses: niniyas/ntfy-action@master uses: niniyas/ntfy-action@master
if: failure()
with: with:
url: ${{ secrets.NTFY_URL }} url: ${{ secrets.NTFY_URL }}
topic: ${{ secrets.NTFY_TOPIC }} topic: ${{ secrets.NTFY_TOPIC }}
headers: '{"authorization": "${{ secrets.NTFY_HEADERS }}"}' headers: '{"authorization": "${{ secrets.NTFY_HEADERS }}"}'
priority: 5
tags: +1,partying_face,action,failed
details: Workflow has failed!
actions: 'default'
- name: ntfy-notifications-success
uses: niniyas/ntfy-action@master
if: success()
with:
url: ${{ secrets.NTFY_URL }}
topic: ${{ secrets.NTFY_TOPIC }}
priority: 4
headers: '{"authorization": "${{ secrets.NTFY_HEADERS }}"}'
tags: +1,partying_face,action,successfully,completed
details: Workflow has been successfully completed!
icon: 'https://styles.redditmedia.com/t5_32uhe/styles/communityIcon_xnt6chtnr2j21.png'
image: true