Skip to content

akeylimepie/telegram-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published