mirror of
https://github.com/groldsf/obsidian_check_plugin.git
synced 2026-07-22 12:00:31 +00:00
fix
This commit is contained in:
parent
cd118e658a
commit
3c2fc4668f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tg_notify.yml
vendored
2
.github/workflows/tg_notify.yml
vendored
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage \
|
||||
-d chat_id=${TELEGRAM_CHAT_ID} \
|
||||
-d parse_mode=Markdown \
|
||||
-d text="Событие в *${{ github.repository }}*:\nТип: ${{ github.event_name }}\nДействие: ${{ github.event.action }}\nЗаголовок: ${{ github.event.issue.title || github.event.pull_request.title || 'Комментарий' }}\n[Открыть](${{ github.event.issue.html_url || github.event.pull_request.html_url || github.event.comment.html_url || github.event.review.html_url }))"
|
||||
-d text="Событие в *${{ github.repository }}*:\nТип: ${{ github.event_name }}\nДействие: ${{ github.event.action }}\nЗаголовок: ${{ github.event.issue.title || github.event.pull_request.title || 'Комментарий' }}\n[Открыть](${{ github.event.issue.html_url || github.event.pull_request.html_url || github.event.comment.html_url || github.event.review.html_url }})"
|
||||
Loading…
Reference in a new issue