From ab21b726f4c3edfd8caa7baa260e34bd962fab30 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 21 Feb 2021 23:47:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20notify=20group=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/notify_unimoreinfo.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/notify_unimoreinfo.yml diff --git a/.github/workflows/notify_unimoreinfo.yml b/.github/workflows/notify_unimoreinfo.yml new file mode 100644 index 0000000..3fb1b66 --- /dev/null +++ b/.github/workflows/notify_unimoreinfo.yml @@ -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 }}]