From a3be9bcf00e9ec2ea3e0518a8d7e0b2d2476f58e Mon Sep 17 00:00:00 2001 From: Zds <49744633+zds-s@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:40:23 +0800 Subject: [PATCH] Added workflow-reporter --- .github/workflows/workflow-reporter.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/workflow-reporter.yml diff --git a/.github/workflows/workflow-reporter.yml b/.github/workflows/workflow-reporter.yml new file mode 100644 index 00000000..1b740d3c --- /dev/null +++ b/.github/workflows/workflow-reporter.yml @@ -0,0 +1,12 @@ +# Receive the workflow stats +workflowStat: true + +# Receive the workflow job stats +jobStat: true + + +salutation: Hello + +# Custom body message +# This will come after salutation +body: 持续集成工作流程失败。请查询相关详情