1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 16:04:21 +00:00
triennale-appunti-steffo/.github/workflows/notify_unimoreinfo.yml

23 lines
518 B
YAML
Raw Normal View History

2021-02-21 22:47:14 +00:00
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 }}
format: html
disable_web_page_preview: yes
message: |
<a href="https://uni.steffo.eu">Appuntiweb</a> è stato aggiornato!
${{ github.event.head_commit.message }}