From 2a7c79caaf5808df17041fea779567ac986a0de6 Mon Sep 17 00:00:00 2001 From: Michele Righi Date: Sat, 2 Sep 2023 18:23:16 +0200 Subject: [PATCH] Update update_readme.yml --- .github/workflows/update_readme.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index d2b8058..83ab76d 100644 --- a/.github/workflows/update_readme.yml +++ b/.github/workflows/update_readme.yml @@ -53,8 +53,7 @@ jobs: # Update date date=$(curl -s "https://api.github.com/repos/mikyll/ROQuiz/commits?path=Domande.txt&page=1&per_page=1" | grep -m 1 \"date\" | xargs | cut -f2 -d' ' | cut -f1 -d'T') - echo $date - #sed -i "s|[0-9]*<\/span>|$date<\/span>|" "$file_readme" + sed -i "s|[0-9]*<\/span>|$date<\/span>|" "$file_readme" # Check if there are changes if [[ -n $(git status -s) ]]