This commit is contained in:
2024-12-23 15:06:52 +03:00
parent f331bff246
commit 02fd423e23

View File

@@ -1,11 +1,11 @@
name: notify
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:
workflow_call:
inputs:
result:
required: true
required: false
default: ${{ github.action_status }}
type: string
jobs:
notify: