v0.8
This commit is contained in:
parent
48558f0432
commit
c7f89a42a2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
- run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
|
||||
id: slug
|
||||
- name: Chat Setup
|
||||
uses: DTherHtun/google-chat-action@v0.7
|
||||
uses: DTherHtun/google-chat-action@v0.8
|
||||
with:
|
||||
project: ${{ github.repository }}
|
||||
commit: ${{ steps.slug.outputs.sha8 }}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
|
||||
id: slug
|
||||
- name: Chat Setup
|
||||
uses: DTherHtun/google-chat-action@v0.7
|
||||
uses: DTherHtun/google-chat-action@v0.8
|
||||
with:
|
||||
project: ${{ github.repository }}
|
||||
commit: ${{ steps.slug.outputs.sha8 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue