MissKatyPyro/.github/workflows/notify.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 27: mapping key "steps" already defined at line 20
Yasir Aris M 247257f7bd Sync to latest pyroforok & add some minor fix..
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
2023-10-15 22:58:02 +07:00

34 lines
No EOL
879 B
YAML

name: Notify on Telegram
on:
fork:
push:
release:
issue_comment:
types: created
watch:
types: started
pull_request_review_comment:
types: created
pull_request:
types: [opened, closed, reopened]
issues:
types: [opened, pinned, closed, reopened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Notify the commit on Telegram YasirPediaFeed.
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'
steps:
- uses: actions/checkout@v3
- name: Notify the commit on Telegram SecretGrup.
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '-1001777794636'
thread_id: '436403'