Skip to content

Commit 02d49e2

Browse files
committed
This isn't needed.
1 parent 4727f52 commit 02d49e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
HOST_NAME: "www.codevitals.run"
345345
run: |
346346
if [ -z "$CODEVITALS_PROJECT_TOKEN" ]; then
347-
echo "Performance results could not be published. 'CODEVITALS_PROJECT_TOKEN' is not set" >> $GITHUB_OUTPUT
347+
echo "Performance results could not be published. 'CODEVITALS_PROJECT_TOKEN' is not set"
348348
exit 1
349349
fi
350350
node ./tests/performance/log-results.js "$CODEVITALS_PROJECT_TOKEN" trunk "$GITHUB_SHA" "$BASE_SHA" "$COMMITTED_AT" "$HOST_NAME"

0 commit comments

Comments
 (0)