style: improve NTFY notification message formatting
All checks were successful
NTFY Notification / notify (push) Successful in 5s

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-02-04 11:21:36 +08:00
parent 58e84ddd25
commit 9a9c988f38

View File

@@ -7,10 +7,12 @@ jobs:
steps:
- name: Send to NTFY
run: |
curl -d "🚀 AutoBOM: New commit ${{ github.sha }}" \
-d "📝 Message: ${{ github.event.head_commit.message }}" \
-d "👤 Author: ${{ github.actor }}" \
-d "🌿 Branch: ${{ github.ref_name }}" \
curl -d "🚀 AutoBOM
New commit ${{ github.sha }}
📝 Message
${{ github.event.head_commit.message }}
👤 Author: ${{ github.actor }}
🌿 Branch: ${{ github.ref_name }}" \
-H "Title: Git Push Notification" \
-H "Priority: default" \
-H "Tags: gitea,autobom,push" \