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: steps:
- name: Install prerequisites - name: Install prerequisites
shell: bash shell: bash
run: apk add --no-cache curl jq run: apt update && apt install -y curl jq
- name: Send PR notification to Google Chat - name: Send PR notification to Google Chat
shell: bash shell: bash

View file

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