update webhook

This commit is contained in:
D Ther 2020-10-25 20:16:58 +06:30
parent 048aa28238
commit 47b58f9992
No known key found for this signature in database
GPG key ID: 4729D840D81DC783
2 changed files with 15 additions and 5 deletions

View file

@ -19,6 +19,4 @@ jobs:
branch: ${{ github.ref }}
status: ${{ job.status }}
actionid: ${{ github.repository }}/actions/runs/${{ github.run_id }}
webhook: "https://chat.googleapis.com/v1/spaces/AAAAzPcAy4s/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=MmdzluicdrdkyUAV_QwB6BzlLcIhbfrwNzxVrEllaec%3D&threadKey=git-commit"
webhook: "https://chat.googleapis.com/v1/spaces/AAAAYTX-Vqs/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=Iwtvo1dwg36dZgUyrUCREQGGMrO71PkIoQGafOf17Yg%3D&threadKey=git-commit"

View file

@ -5,8 +5,20 @@ branding:
icon: 'paperclip'
color: 'blue'
inputs:
msg:
description: 'Github Event Number'
project:
description: 'Github Project Name'
required: true
commit:
description: 'Github Commit ID'
required: true
branch:
description: 'Github Branch'
required: true
status:
description: 'Github Action Build Status'
required: true
actionid:
description: 'Current Running Action ID'
required: true
webhook:
description: 'Google Chat Webhook URL'