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