chore(scripts): message bomber update (#8) #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Telegram | |
on: | |
push: | |
paths: | |
- Scripts/** | |
jobs: | |
build: | |
name: Sending Message Via Bot | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Sending Message | |
uses: appleboy/telegram-action@master | |
with: | |
to: ${{secrets.TELEGRAM_CHAT_ID}} | |
token: ${{secrets.TELEGRAM_TOKEN}} | |
disable_web_page_preview: true | |
format: markdown | |
message: | | |
*Update on the Scripts Repository!* | |
*Commit:* | |
${{ github.event.head_commit.message }} | |
Script Repository Link: | |
https://github.com/SE-Extended/Scripts |