chore: add notification action
[skip ci]
This commit is contained in:
parent
722c46b12d
commit
064d2cf1db
2 changed files with 2 additions and 4 deletions
2
.github/actions/notify/action.yaml
vendored
2
.github/actions/notify/action.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
4
.github/workflows/notify_pr.yaml
vendored
4
.github/workflows/notify_pr.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue