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