mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-22 16:04:21 +00:00
✨ Add notify group action
This commit is contained in:
parent
38b29ceb2a
commit
ab21b726f4
1 changed files with 17 additions and 0 deletions
17
.github/workflows/notify_unimoreinfo.yml
vendored
Normal file
17
.github/workflows/notify_unimoreinfo.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: Notify Unimore Info
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
send:
|
||||||
|
name: Send Telegram message
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Telegram Message Notify
|
||||||
|
uses: appleboy/telegram-action@v0.1.0
|
||||||
|
with:
|
||||||
|
to: -1001234297904
|
||||||
|
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
|
args: ✨ uni.steffo.eu è stato aggiornato! [${{ github.sha }}]
|
Loading…
Reference in a new issue