diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7d25650..3567c5df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,9 +11,9 @@ jobs: with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} - parse-mode: markdown + format: markdown message: | - **PR Updates** + *PR Updates* ⭐️ ${{ github.actor }} created commit with message: ${{ github.event.commits[0].message }}