From 6d4b27aacb6cc3abd08b9e7b255fd79f62a35e50 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 24 Jan 2024 21:51:15 +0530 Subject: [PATCH] Fix out format --- .github/workflows/e2e.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 24a0fbb736..2f30dbc56d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -110,7 +110,11 @@ jobs: mv stats cypress/snapshots/stats/head ls -l cypress/snapshots/stats/base ls -l cypress/snapshots/stats/head - echo "size_diff=$(npx tsx scripts/size.ts)" >> $GITHUB_OUTPUT + { + echo 'size_diff<> "$GITHUB_OUTPUT" # Size diff only needs to be posted from one job, on PRs. - name: Comment PR size difference