Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizil41 authored Sep 17, 2024
1 parent 73d49c8 commit a531b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
CHAT_ID: ${{ secrets.CHAT_ID }}
COMMIT_MESSAGE: ${{ env.COMMIT_MESSAGE }}
CURRENT_TIME: ${{ env.CURRENT_TIME }}
MESSAGE_THREAD_ID: ${{ secrets.MESSAGE_THREAD_ID }}
REPLY_TO_MESSAGE_ID: ${{ secrets.REPLY_TO_MESSAGE_ID }}
run: |
MESSAGE=$(cat <<-EOF
▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Expand All @@ -62,4 +62,4 @@ jobs:
-d chat_id=$CHAT_ID \
-d parse_mode=Markdown \
-d text="$MESSAGE" \
-d reply_to_message_id=$THREAD_ID
-d reply_to_message_id=$REPLY_TO_MESSAGE_ID

0 comments on commit a531b4e

Please sign in to comment.