From 0456bc146e2e68dbd2758a2064b8dd70a129ddbe Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 3 Dec 2025 16:00:21 -0600 Subject: [PATCH] update message --- .gitea/workflows/render-manifests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/render-manifests.yaml b/.gitea/workflows/render-manifests.yaml index 8fff0000f..324559df6 100644 --- a/.gitea/workflows/render-manifests.yaml +++ b/.gitea/workflows/render-manifests.yaml @@ -385,10 +385,9 @@ jobs: priority: 3 headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' tags: action,successfully,completed - details: "Manifest rendering for Infrastructure has created a new Pull Request!" + details: "Manifest rendering for Infrastructure has created a new Pull Request with ID: ${{ steps.create-pull-request.outputs.pull-request-id }}!" icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png" actions: '[{"action": "view", "label": "Open Gitea", "url": "${{ steps.create-pull-request.outputs.pull-request-url }}", "clear": true}]' - image: true - name: ntfy Failed uses: niniyas/ntfy-action@master