Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiAwar committed Jul 20, 2024
1 parent 2dc24ea commit 75ac9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/evaluation_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75ac9da

Please sign in to comment.