test notify
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
a99096d5ce
commit
4d3b054dfd
@ -6,14 +6,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: send
|
- name: send
|
||||||
uses: https://github.com/appleboy/telegram-action@master #appleboy/telegram-action@master
|
uses: cbrgm/telegram-github-action@v1
|
||||||
with:
|
with:
|
||||||
to: ${{ secrets.TELEGRAM_TO }}
|
to: ${{ secrets.TELEGRAM_TO }}
|
||||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
message: |
|
message: |
|
||||||
${{ github.actor }} created commit:
|
New commit by ${{ github.actor }}:
|
||||||
Commit message: ${{ github.event.commits[0].message }}
|
Commit: ${{ github.event.commits[0].message }}
|
||||||
|
|
||||||
Repository: ${{ github.repository }}
|
Repository: ${{ github.repository }}
|
||||||
|
Changes: https://git.unistack.org/${{ github.repository }}/commit/${{github.sha}}
|
||||||
See changes: https://git.unistack.org/${{ github.repository }}/commit/${{github.sha}}
|
|
Loading…
x
Reference in New Issue
Block a user