From 141b4aba860e69c8fc3bade24df9ef06db1125ba Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 17 Apr 2026 15:18:40 +0200 Subject: [PATCH] chore: cleanup --- .github/workflows/example.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 98b549b..b963c4a 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -18,6 +18,11 @@ jobs: webhook: "${{ secrets.WEBHOOK_URL }}" # event_body: "" # optional + - name: Force failure + run: | + echo "This is a force failure" + exit 1 + - name: Second Chat Message as ThreadResponse if: ${{ always() }} uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2