This commit is contained in:
parent
dec309966a
commit
d346a15951
4 changed files with 44 additions and 8 deletions
|
|
@ -14,14 +14,16 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Get commit hash
|
||||
if: ${{ always() }}
|
||||
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
|
||||
id: slug
|
||||
|
||||
- name: Chat Setup
|
||||
if: ${{ always() }}
|
||||
uses: DTherHtun/google-chat-action@v0.8
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0
|
||||
with:
|
||||
project: ${{ github.repository }}
|
||||
commit: ${{ steps.slug.outputs.sha8 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue