Skip to content

Commit

Permalink
Update workflow to print content of best_runs.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
mijanr committed Mar 16, 2024
1 parent 3048bee commit 29852e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
run: |
# Read the content of best_runs.md file
content=$(cat results/best_runs.md)
echo "::set-output name=content::$content"
#print the content
echo "$content"
- name: Update README.md
run: |
Expand Down

0 comments on commit 29852e1

Please sign in to comment.