From 43ddda23efecb6b846a14afd0b486a7dd772b60a Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 24 Sep 2024 12:48:32 -0400 Subject: [PATCH] Update NCC workflow --- .github/workflows/ncc_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ncc_workflow.yml b/.github/workflows/ncc_workflow.yml index 3d9755d..8be0128 100644 --- a/.github/workflows/ncc_workflow.yml +++ b/.github/workflows/ncc_workflow.yml @@ -70,9 +70,9 @@ jobs: id: check run: | if [ -f phpunit.xml ]; then - echo "::set-output name=phpunit-exists::true" + echo "phpunit-exists=true" >> $GITHUB_OUTPUT else - echo "::set-output name=phpunit-exists::false" + echo "phpunit-exists=false" >> $GITHUB_OUTPUT fi test: