From 3457ec48af0f4c481cdf35f280998bde3f484efd Mon Sep 17 00:00:00 2001 From: Cristiano Salerno <119511125+csalerno-asml@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:41:36 +0200 Subject: [PATCH] Update output display to job summary (#3914) * Update output display to job summary * fix: handled exit-code of script * added changelog message --- CHANGES.md | 2 ++ action.yml | 18 ++++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 888824ee055..062a195717d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -48,6 +48,8 @@ +- The action output displayed in the job summary is now wrapped in Markdown (#3914) + ### Documentation