Skip to content

Commit 543a763

Browse files
committed
fix(gh-actions/check-potential-problems): Fix incorrect Telegram notification channel
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
1 parent 97f5312 commit 543a763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-potential-problems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
uses: yanzay/notify-telegram@v0.1.0
6262
if: always()
6363
with:
64-
chat: '@brlin_project_ci_results'
64+
chat: ${{ vars.telegram_chat_id_ci }}
6565
token: ${{ secrets.telegram_bot_api_token_ci }}
6666
status: ${{ job.status }}

0 commit comments

Comments
 (0)