chore: initial release
Some checks are pending
Sample Testing / my_job (push) Waiting to run

This commit is contained in:
Marcel S. Henselin 2026-04-16 08:24:44 +02:00
parent dec309966a
commit d346a15951
4 changed files with 44 additions and 8 deletions

View file

@ -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 }}