test notify
Some checks failed
notify / notify (push) Failing after 19s
lint / lint (pull_request) Successful in 1m12s
test / test (pull_request) Successful in 4m4s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-12-22 00:48:26 +03:00
parent a99096d5ce
commit 4d3b054dfd

View File

@ -6,14 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: send
uses: https://github.com/appleboy/telegram-action@master #appleboy/telegram-action@master
uses: cbrgm/telegram-github-action@v1
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
${{ github.actor }} created commit:
Commit message: ${{ github.event.commits[0].message }}
New commit by ${{ github.actor }}:
Commit: ${{ github.event.commits[0].message }}
Repository: ${{ github.repository }}
See changes: https://git.unistack.org/${{ github.repository }}/commit/${{github.sha}}
Changes: https://git.unistack.org/${{ github.repository }}/commit/${{github.sha}}