test
This commit is contained in:
6
.github/workflows/notify.yaml
vendored
6
.github/workflows/notify.yaml
vendored
@@ -1,11 +1,11 @@
|
|||||||
name: notify
|
|
||||||
env:
|
env:
|
||||||
icons: '{"success" : "white_check_mark", "failure": "white_check_mark", "canceled": "", "start": ""}'
|
icons: '{"success" : ":white_check_mark:", "failure": ":cross_mark:", "canceled": ":facepalm:", "started": ":warning:"}'
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
result:
|
result:
|
||||||
required: true
|
required: false
|
||||||
|
default: ${{ github.action_status }}
|
||||||
type: string
|
type: string
|
||||||
jobs:
|
jobs:
|
||||||
notify:
|
notify:
|
||||||
|
|||||||
Reference in New Issue
Block a user