From 617a7b8705790573b6f53908e86e0d5eecc0924e Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:42:37 +0200 Subject: [PATCH] Set exit_code correctly as output --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index deebb9c..f9413a1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -69,6 +69,7 @@ fi # Pass lychee exit code to next step echo "lychee_exit_code=$exit_code" >> $GITHUB_ENV +echo "exit_code=$exit_code" >> $GITHUB_OUTPUT # If `fail` is set to `true` (and it is by default), propagate the real exit # value to the workflow runner. This will cause the pipeline to fail on