jobs:
job:
runs-on: ubuntu-latest
steps:
- id: send_message
uses: akeylimepie/telegram-action@main
with:
token: ${{ secrets.TOKEN }}
chat_id: ${{ secrets.CHAT_ID }}
message_thread_id: ${{ secrets.TOPIC_ID }}
parse_mode: html
disable_notification: true
text: |
Mona the <a href="https://google.com">Octocat</a>
- run: |
echo "Message ID: ${{ steps.send_message.outputs.message_id }}"
-
Notifications
You must be signed in to change notification settings - Fork 2
akeylimepie/telegram-action
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published