From 68e3ca6e3812521d57d30bba5a8b09d5d1b1d8f1 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Tue, 8 Oct 2024 14:33:33 +0100 Subject: [PATCH] Update update-results.yml --- .github/workflows/update-results.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-results.yml b/.github/workflows/update-results.yml index e11afc5..406b999 100644 --- a/.github/workflows/update-results.yml +++ b/.github/workflows/update-results.yml @@ -41,8 +41,7 @@ jobs: git config --global user.name "$USER" git config --global user.email "$EMAIL" #git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN_TOKEN }}@github.com/${{ github.repository }} - git add summary* - echo -e 'Please download [summary.xlsx](summary.xlsx) to view the most recent results. \n ```' > temp + git add summary_results.json tail -n 16 checker_log.txt >> temp echo -e '\n```\n' >> temp cat temp | cat - README.md > temp1