test notify #148

Open
vtolstov wants to merge 5 commits from notify into v3
Showing only changes of commit d50289370e - Show all commits

View File

@ -0,0 +1,19 @@
name: notify
on: [push]
jobs:
notify:
name: Build
runs-on: ubuntu-latest
steps:
- name: send
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
${{ github.actor }} created commit:
Commit message: ${{ github.event.commits[0].message }}
Repository: ${{ github.repository }}
See changes: https://git.unistack.org/${{ github.repository }}/commit/${{github.sha}}