From b2ebf618f71ec9f9c94ad876a70dac347ace48b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20H=C3=B6ffner?= Date: Tue, 26 Sep 2023 12:32:19 +0200 Subject: [PATCH] migrate from the deprecated ::set-output to the new GitHub action environment files --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 01feb74..dba6358 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -26,7 +26,7 @@ do exit 1 fi done <<< "$data" -echo "::set-output name=violations::$violations_total" +echo "{violations}={$violations_total}" >> $GITHUB_OUTPUT if [[ "$violations_total" -eq 0 ]] then