chore: add notification action

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-25 11:17:33 +01:00
parent 722c46b12d
commit 064d2cf1db
2 changed files with 2 additions and 4 deletions

View file

@ -38,7 +38,7 @@ runs:
steps:
- name: Install prerequisites
shell: bash
run: apk add --no-cache curl jq
run: apt update && apt install -y curl jq
- name: Send PR notification to Google Chat
shell: bash

View file

@ -7,9 +7,7 @@ on:
jobs:
notify-pr-google-chat:
runs-on: docker
container:
image: alpine:latest
runs-on: stackit-docker
steps:
- name: Notify
uses: ./.github/actions/notify