You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Send telegram notificationif: ${{always()}}uses: appleboy/telegram-action@masterwith:
to: ${{secrets.TELEGRAM_CHAT}}token: ${{secrets.TELEGRAM_TOKEN}}format: markdownmessage: | Test *()
Job logs:
Run appleboy/telegram-action@master
with:
to: ***
token: ***
format: markdown
message: Test *()
env:
...
/usr/bin/docker run --name dc5057a2652147a674d62abf3a4930e7521c7_f86794 --label 0dc505 --workdir /github/workspace --rm -e ...
2023/10/22 18:39:40 Bad Request: can't parse entities: Can't find end of the entity starting at byte offset 5
Should I manually escape chars in message?
The text was updated successfully, but these errors were encountered:
This job step always fails:
Job logs:
Should I manually escape chars in
message
?The text was updated successfully, but these errors were encountered: