From 2ea0bbd8ad8b7d87da70d6d837a9247562057311 Mon Sep 17 00:00:00 2001 From: Md Mijanur Rahman Date: Sat, 16 Mar 2024 21:54:02 +0100 Subject: [PATCH] Update best runs section in README.md --- .github/workflows/update_readme.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index bb0697d6..cde22a91 100644 --- a/.github/workflows/update_readme.yml +++ b/.github/workflows/update_readme.yml @@ -25,7 +25,9 @@ jobs: readme_content=$(cat README.md) # Replace content between and - new_content="\n$(echo "${{ steps.read_best_runs.outputs.content }}")\n" + #new_content="\n$(echo "${{ steps.read_best_runs.outputs.content }}")\n" + new_content="\n${{ steps.read_best_runs.outputs.content }}\n" + updated_readme_content=$(echo "$readme_content" | sed -e '//, //c\'"$new_content") # Update README.md