From 02fd423e23897e38baa1fdb4d1d66f4ba1880b49 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Mon, 23 Dec 2024 15:06:52 +0300 Subject: [PATCH] test --- .github/workflows/notify.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index 833bd7e..8b61d92 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -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: