diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index c53a228..e7a9e7a 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -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" diff --git a/action.yml b/action.yml index a7d15d3..01be60b 100644 --- a/action.yml +++ b/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'