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()
|
||||
with:
|
||||
status: ${{ job.status }}
|
||||
title: "Deploy: ${{ github.repository }}"
|
||||
title: "Deploy: ${{ github.repository }} - ${{ github.event.head_commit.message }}"
|
||||
message: |
|
||||
Ref: ${{ github.ref_name }}
|
||||
Branch: ${{ github.ref_name }}
|
||||
Commit: ${{ github.sha }}
|
||||
Message: ${{ github.event.head_commit.message }}
|
||||
Status: ${{ job.status }}
|
||||
Actor: ${{ github.actor }}
|
||||
gmail_password: ${{ secrets.GMAIL_PASSWORD }}
|
||||
ntfy_password: ${{ secrets.NTFY_PASSWORD }}
|
||||
telegram_bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
telegram_chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}
|
||||
Actor: ${{ github.event.head_commit.author.name }}
|
||||
Reference in New Issue
Block a user