From ea4d6cd3b70ddfa41fdc6cbf8d4bd0464f480de4 Mon Sep 17 00:00:00 2001 From: mauriziovitale Date: Wed, 17 Jul 2024 13:09:09 +0200 Subject: [PATCH] set status --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 07cb19004b..5a41deb655 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -511,7 +511,7 @@ jobs: - name: Determine complexity id: complexity run: | - echo "::set-output level=major" + echo "level=major" >> $GITHUB_OUTPUT verify-downstream: needs: [determine-complexity]