update webhook
This commit is contained in:
parent
048aa28238
commit
47b58f9992
2 changed files with 15 additions and 5 deletions
4
.github/workflows/example.yml
vendored
4
.github/workflows/example.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
16
action.yml
16
action.yml
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue