This commit is contained in:
D Ther 2020-10-25 02:42:08 +06:30
parent 48558f0432
commit c7f89a42a2
No known key found for this signature in database
GPG key ID: 4729D840D81DC783
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ jobs:
- run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)" - run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
id: slug id: slug
- name: Chat Setup - name: Chat Setup
uses: DTherHtun/google-chat-action@v0.7 uses: DTherHtun/google-chat-action@v0.8
with: with:
project: ${{ github.repository }} project: ${{ github.repository }}
commit: ${{ steps.slug.outputs.sha8 }} commit: ${{ steps.slug.outputs.sha8 }}

View file

@ -16,7 +16,7 @@ jobs:
- run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)" - run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
id: slug id: slug
- name: Chat Setup - name: Chat Setup
uses: DTherHtun/google-chat-action@v0.7 uses: DTherHtun/google-chat-action@v0.8
with: with:
project: ${{ github.repository }} project: ${{ github.repository }}
commit: ${{ steps.slug.outputs.sha8 }} commit: ${{ steps.slug.outputs.sha8 }}