From 7a4d92fae6e8dfc844fa5cf126eff399029c997a Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Thu, 17 Oct 2024 17:31:07 +0800 Subject: [PATCH] ci: updated workflows --- .github/workflows/docker-crawlab.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index 32d62bb6..d72493f6 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -222,9 +222,9 @@ jobs: res=`${cmd}` echo "res: ${res}" if [[ $res =~ "success" ]]; then - echo "test_passed=true" >> $GITHUB_OUTPUT + echo "::set-output test_passed=true" else - echo "test_passed=false" >> $GITHUB_OUTPUT + echo "::set-output test_passed=false" exit 1 fi docker stop crawlab_master