Skip to content

Commit

Permalink
Update notify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkirgizov authored Feb 15, 2023
1 parent 470836f commit af4d27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: send custom message with args
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.CHAT_ID }}
to: ${{ secrets.TELEGRAM_CHAT_ID }}
token: ${{ secrets.TELEGRAM_TOKEN }}
args: The ${{github.event_name}} ${{github.event.pull_request.title}} (${{github.event.number}}) was closed.

0 comments on commit af4d27b

Please sign in to comment.