Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
cjh0613 committed May 12, 2021
1 parent b436bfc commit c242b39
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Notifier
uses: GokulDas027/TelegramBridge@master
if: always()
with:
chat: ${{ secrets.TELEGRAM_TO }} # save your chat id at settings/secrets with name: chat
token: ${{ secrets.TELEGRAM_TOKEN }} # savethe bot token at settings/secrets with name: token
status: ${{ job.status }} # don't change
event: ${{ github.event_name }} # don't change
actor: ${{ github.actor }} # don't change
- name: Notifier
uses: GokulDas027/TelegramBridge@master
if: always()
with:
chat: ${{ secrets.TELEGRAM_TO }} # save your chat id at settings/secrets with name: chat
token: ${{ secrets.TELEGRAM_TOKEN }} # savethe bot token at settings/secrets with name: token
status: ${{ job.status }} # don't change
event: ${{ github.event_name }} # don't change
actor: ${{ github.actor }} # don't change

0 comments on commit c242b39

Please sign in to comment.