Skip to content

Merge pull request #114 from Coconut-Aero/main #43

Merge pull request #114 from Coconut-Aero/main

Merge pull request #114 from Coconut-Aero/main #43

Workflow file for this run

name: Telegram Notification Push
on:
push:
branches:
- main
jobs:
bulid:
name: Build
runs-on: ubuntu-latest
steps:
- name: send message on push
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.GROUP_ID }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
${{ github.actor }} created commit:
Commit message: ${{ github.event.commits[0].message }}
https://github.com/${{ github.repository }}/commit/${{github.sha}}