style: improve NTFY notification message formatting
All checks were successful
NTFY Notification / notify (push) Successful in 5s
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:
@@ -7,10 +7,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Send to NTFY
|
- name: Send to NTFY
|
||||||
run: |
|
run: |
|
||||||
curl -d "🚀 AutoBOM: New commit ${{ github.sha }}" \
|
curl -d "🚀 AutoBOM
|
||||||
-d "📝 Message: ${{ github.event.head_commit.message }}" \
|
New commit ${{ github.sha }}
|
||||||
-d "👤 Author: ${{ github.actor }}" \
|
📝 Message
|
||||||
-d "🌿 Branch: ${{ github.ref_name }}" \
|
${{ github.event.head_commit.message }}
|
||||||
|
👤 Author: ${{ github.actor }}
|
||||||
|
🌿 Branch: ${{ github.ref_name }}" \
|
||||||
-H "Title: Git Push Notification" \
|
-H "Title: Git Push Notification" \
|
||||||
-H "Priority: default" \
|
-H "Priority: default" \
|
||||||
-H "Tags: gitea,autobom,push" \
|
-H "Tags: gitea,autobom,push" \
|
||||||
|
|||||||
Reference in New Issue
Block a user