Skip to content

Replace from ctlos to arch in Grub #2

Replace from ctlos to arch in Grub

Replace from ctlos to arch in Grub #2

Workflow file for this run

name: Notify Telegram
on:
issue_comment:
types:
- created
issues:
types: [opened, reopened]
pull_request:
types: [opened, closed, editedreopened]
pull_request_review_comment:
types:
- created
push:
branches:
- master
jobs:
tg_alert:
runs-on: ubuntu-latest
steps:
- name: tg alert
uses: georgepstaylor/[email protected]
with:
telegram_bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
telegram_chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}
gh_event: ${{ toJson(github.event) }}
gh_actor: ${{ github.actor }}