v0.7
This commit is contained in:
parent
328a6c3ba2
commit
c088a98a3b
7 changed files with 42 additions and 63 deletions
4
.github/workflows/example.yml
vendored
4
.github/workflows/example.yml
vendored
|
|
@ -11,13 +11,13 @@ jobs:
|
|||
- run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
|
||||
id: slug
|
||||
- name: Chat Setup
|
||||
uses: DTherHtun/google-chat-action@v0.6
|
||||
uses: DTherHtun/google-chat-action@v0.7
|
||||
with:
|
||||
project: ${{ github.repository }}
|
||||
commit: ${{ steps.slug.outputs.sha8 }}
|
||||
branch: ${{ github.ref }}
|
||||
status: ${{ job.status }}
|
||||
actionid: ${{ github.repository_owner }}/${{ github.repository }}/runs/${{ github.run_id }}
|
||||
actionid: ${{ github.repository }}/runs/${{ github.run_id }}
|
||||
webhook: "https://chat.googleapis.com/v1/spaces/AAAAzPcAy4s/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=MmdzluicdrdkyUAV_QwB6BzlLcIhbfrwNzxVrEllaec%3D&threadKey=git-commit"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue