mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-26 01:44:20 +00:00
19 lines
422 B
YAML
19 lines
422 B
YAML
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.event.head_commit.message }}
|