From 75ac9da2d013bef47e310d49ac031d64b5e284df Mon Sep 17 00:00:00 2001 From: Rami Date: Sat, 20 Jul 2024 13:43:35 +0200 Subject: [PATCH] fix --- .github/workflows/evaluation_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/evaluation_pipeline.yml b/.github/workflows/evaluation_pipeline.yml index 2e58e55b..f4559a95 100644 --- a/.github/workflows/evaluation_pipeline.yml +++ b/.github/workflows/evaluation_pipeline.yml @@ -87,7 +87,7 @@ jobs: id: comparison run: | comparison=$(cat comparison.md) - echo "{comparison}={$comparison}" >> $GITHUB_OUTPUT + echo "comparison=${comparison}" >> $GITHUB_OUTPUT - name: Post comparison on PR if: success() && steps.findPr.outputs.number