Update notify-telegram.yml
This commit is contained in:
parent
6eb7b3dcbe
commit
2b01f204b0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/notify-telegram.yml
vendored
8
.github/workflows/notify-telegram.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: telegram message
|
||||
name: Telegram notification
|
||||
on: [push]
|
||||
jobs:
|
||||
|
||||
|
@ -6,11 +6,11 @@ jobs:
|
|||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: send telegram message on push
|
||||
- name: Notify to internal Telegram group on push
|
||||
uses: appleboy/telegram-action@master
|
||||
with:
|
||||
to: ${{ secrets.GROUP_ID }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
to: ${{ secrets.TG_INTERNAL_GROUP_ID }}
|
||||
token: ${{ secrets.TG_INTERNAL_BOT_TOKEN }}
|
||||
format: markdown
|
||||
message: |
|
||||
[${{ github.actor }}](https://github.com/${{ github.actor }}) created a commit on [${{ github.repository }}](https://github.com/${{ github.repository }})
|
||||
|
|
Loading…
Add table
Reference in a new issue