Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieFuu69 authored Dec 1, 2024
1 parent d034ab3 commit da77cbd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
Expand All @@ -25,6 +21,12 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

- name: Github Telegram Notifier
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: '${{ secrets.TELEGRAM_NOTIFIER_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
Expand Down

0 comments on commit da77cbd

Please sign in to comment.