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 }}
|
2021-02-21 22:58:17 +00:00
|
|
|
format: html
|
2021-02-21 22:59:38 +00:00
|
|
|
disable_web_page_preview: true
|
2021-02-21 22:58:17 +00:00
|
|
|
message: |
|
2021-03-23 22:02:14 +00:00
|
|
|
<a href="https://uni.steffo.eu">Unisteffo</a> è stato aggiornato!
|
2021-02-21 22:58:17 +00:00
|
|
|
|
2021-02-21 22:51:58 +00:00
|
|
|
${{ github.event.head_commit.message }}
|