Skip to content

Commit

Permalink
fix base64 env
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed May 4, 2024
1 parent 94c90c5 commit a0173ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/model-inference-with-timing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@ jobs:
python plot_results.py -models ${{ needs.list_models.outputs.all_models }}
IMAGE_BASE64="data:image/png;base64,$(base64 -w 0 pareto_front.png)"
echo $IMAGE_BASE64 >> $GITHUB_ENV
echo ${{ env.IMAGE_BASE64 }}
echo '<img src="'"${{ env.IMAGE_BASE64 }}"'" alt="Image" width="300">'
echo '<img src="'"${{ env.IMAGE_BASE64 }}"'" alt="Image" width="300">' >> "$GITHUB_STEP_SUMMARY"

0 comments on commit a0173ce

Please sign in to comment.