diff --git a/.gitea/workflows/notify.yml b/.gitea/workflows/notify.yml index 676bb18..4bfe24f 100644 --- a/.gitea/workflows/notify.yml +++ b/.gitea/workflows/notify.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Send to NTFY run: | - curl -d "🚀 AutoBOM + curl -d "🚀 ${{ github.repository_name }} New commit ${{ github.sha }} 📝 Message ${{ github.event.head_commit.message }} @@ -15,6 +15,6 @@ jobs: 🌿 Branch: ${{ github.ref_name }}" \ -H "Title: Git Push Notification" \ -H "Priority: default" \ - -H "Tags: gitea,autobom,push" \ + -H "Tags: gitea,push,${{ github.repository_name }}" \ -H "Authorization: Bearer ${{ secrets.NTFY_TOKEN }}" \ https://ntfy.server10086.icu/gitea