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:
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue