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 75ac9da commit e263605
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/evaluation_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ jobs:
if: github.ref != 'refs/heads/main'
id: comparison
run: |
comparison=$(cat comparison.md)
echo "comparison=${comparison}" >> $GITHUB_OUTPUT
comparison=$(cat comparison.md )
echo "comparison<<EOF" >> $GITHUB_OUTPUT
echo "$comparison" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Post comparison on PR
if: success() && steps.findPr.outputs.number
Expand Down

0 comments on commit e263605

Please sign in to comment.