downgrade priority
All checks were successful
renovate / renovate (push) Successful in 1m40s

This commit is contained in:
2025-06-08 23:28:42 -05:00
parent 2c436100c5
commit 034d6d1120

View File

@@ -76,7 +76,7 @@ jobs:
url: '${{ secrets.NTFY_URL }}'
topic: '${{ secrets.NTFY_TOPIC }}'
title: "Gitea Action"
priority: 4
priority: 3
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'
tags: action,successfully,completed
details: 'Site Profile build workflow has successfully completed!'
@@ -89,7 +89,7 @@ jobs:
url: '${{ secrets.NTFY_URL }}'
topic: '${{ secrets.NTFY_TOPIC }}'
title: "Gitea Action"
priority: 5
priority: 4
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'
tags: action,failed
details: 'Site Profile build workflow has failed!'