Co-authored-by: Ivan <84693047+exact01@users.noreply.github.com>
This commit is contained in:
kastov 2024-12-03 00:00:06 +03:00
parent 398d776624
commit 9392b0fa59
2 changed files with 2 additions and 5 deletions

View file

@ -71,14 +71,11 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_CHAT_ID }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: html
format: markdown
message: |
✅ <b>Deploy</b> <code>${{ github.REPOSITORY }}@${{ github.ref_name }}</code> has finished.
image tag: <code>${{ github.sha }}</code>
commit message: <code>${{ github.event.head_commit.message }}</code>
author: <code>${{ github.event.head_commit.author.name }}</code>
commit timestamp: <code>${{ github.event.head_commit.timestamp }}</code>
notify-on-error:
runs-on: ubuntu-latest