update notify step deploy
All checks were successful
Deploy to Private Server / deploy (push) Successful in 12s
All checks were successful
Deploy to Private Server / deploy (push) Successful in 12s
This commit is contained in:
@@ -38,13 +38,10 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
title: "Deploy: ${{ github.repository }}"
|
title: "Deploy: ${{ github.repository }} - ${{ github.event.head_commit.message }}"
|
||||||
message: |
|
message: |
|
||||||
Ref: ${{ github.ref_name }}
|
Branch: ${{ github.ref_name }}
|
||||||
Commit: ${{ github.sha }}
|
Commit: ${{ github.sha }}
|
||||||
|
Message: ${{ github.event.head_commit.message }}
|
||||||
Status: ${{ job.status }}
|
Status: ${{ job.status }}
|
||||||
Actor: ${{ github.actor }}
|
Actor: ${{ github.event.head_commit.author.name }}
|
||||||
gmail_password: ${{ secrets.GMAIL_PASSWORD }}
|
|
||||||
ntfy_password: ${{ secrets.NTFY_PASSWORD }}
|
|
||||||
telegram_bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
|
||||||
telegram_chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}
|
|
||||||
Reference in New Issue
Block a user