Skip to content

chore(scripts): message bomber update (#8) #8

chore(scripts): message bomber update (#8)

chore(scripts): message bomber update (#8) #8

Workflow file for this run

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