diff --git a/.github/workflows/telegram-alerts.yml b/.github/workflows/telegram-alerts.yml index 5b89502e232..e9c9147e685 100644 --- a/.github/workflows/telegram-alerts.yml +++ b/.github/workflows/telegram-alerts.yml @@ -11,7 +11,7 @@ jobs: steps: # Send a telegram message on pr open or review request - name: Pull Request Telegram - uses: F2had/pr-telegram-action@v1.0.0 + uses: angsongyee/pr-telegram-action with: bot_token: '${{ secrets.BOTTOKEN }}' chat_id: '${{ secrets.CHATID }}'