Skip to content

Commit 90ea6c2

Browse files
committed
Add star push notification workflow
1 parent 9d42deb commit 90ea6c2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/star-notify.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Star notification
2+
3+
on:
4+
watch:
5+
types: [started]
6+
7+
jobs:
8+
notify:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: curl -d "⭐ ${{ github.actor }} starred ${{ github.repository }}" ntfy.sh/arman-fortress-stars-k4p9x

0 commit comments

Comments
 (0)