From 02d49e25ebed47b75471795cc699d605ca383571 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 16 Dec 2024 13:52:55 +0000 Subject: [PATCH] This isn't needed. --- .github/workflows/reusable-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-performance.yml b/.github/workflows/reusable-performance.yml index 6f88da2eb6d5c..3709b97838880 100644 --- a/.github/workflows/reusable-performance.yml +++ b/.github/workflows/reusable-performance.yml @@ -344,7 +344,7 @@ jobs: HOST_NAME: "www.codevitals.run" run: | if [ -z "$CODEVITALS_PROJECT_TOKEN" ]; then - echo "Performance results could not be published. 'CODEVITALS_PROJECT_TOKEN' is not set" >> $GITHUB_OUTPUT + echo "Performance results could not be published. 'CODEVITALS_PROJECT_TOKEN' is not set" exit 1 fi node ./tests/performance/log-results.js "$CODEVITALS_PROJECT_TOKEN" trunk "$GITHUB_SHA" "$BASE_SHA" "$COMMITTED_AT" "$HOST_NAME"