This commit is contained in:
parent
4d0bfa2eb0
commit
141b4aba86
1 changed files with 5 additions and 0 deletions
5
.github/workflows/example.yml
vendored
5
.github/workflows/example.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue