We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4727f52 commit 02d49e2Copy full SHA for 02d49e2
.github/workflows/reusable-performance.yml
@@ -344,7 +344,7 @@ jobs:
344
HOST_NAME: "www.codevitals.run"
345
run: |
346
if [ -z "$CODEVITALS_PROJECT_TOKEN" ]; then
347
- 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"
348
exit 1
349
fi
350
node ./tests/performance/log-results.js "$CODEVITALS_PROJECT_TOKEN" trunk "$GITHUB_SHA" "$BASE_SHA" "$COMMITTED_AT" "$HOST_NAME"
0 commit comments