Files
AutoBOM/.gitea/workflows/notify.yml
Misaka_Company 9a9c988f38
All checks were successful
NTFY Notification / notify (push) Successful in 5s
style: improve NTFY notification message formatting
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 11:21:36 +08:00

21 lines
611 B
YAML

name: NTFY Notification
on: [push]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send to NTFY
run: |
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" \
-H "Authorization: Bearer ${{ secrets.NTFY_TOKEN }}" \
https://ntfy.server10086.icu/gitea