Skip to content

Update xed-xapps from 3.4.4_1 to 3.4.5_1 #137

Update xed-xapps from 3.4.4_1 to 3.4.5_1

Update xed-xapps from 3.4.4_1 to 3.4.5_1 #137

name: Telegram notification
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Notify to internal Telegram group on push
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TG_INTERNAL_GROUP_ID }}
token: ${{ secrets.TG_INTERNAL_BOT_TOKEN }}
format: markdown
message: |
[New commit](https://github.com/${{ github.repository }}/commit/${{github.sha}}) to [${{ github.repository }}](https://github.com/${{ github.repository }}):
*${{ github.event.commits[0].message }}* by [${{ github.actor }}](https://github.com/${{ github.actor }}).