testing sha
This commit is contained in:
parent
147b679dc8
commit
60a8a16466
1 changed files with 4 additions and 2 deletions
6
.github/workflows/example.yml
vendored
6
.github/workflows/example.yml
vendored
|
|
@ -8,14 +8,16 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
|
||||
id: slug
|
||||
- name: Chat Setup
|
||||
uses: DTherHtun/google-chat-action@v0.6
|
||||
with:
|
||||
project: ${{ github.repository }}
|
||||
commit: ${{ github.sha }}
|
||||
commit: ${{ steps.slug.outputs.sha8 }}
|
||||
branch: ${{ github.ref }}
|
||||
status: ${{ job.status }}
|
||||
actionid: ${{ github.action }}
|
||||
actionid: ${{ 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