Update daily_README.yaml

This commit is contained in:
Alexandre
2022-04-21 07:00:28 +02:00
committed by GitHub
parent 0f37820182
commit e1ba8b764f

View File

@@ -39,7 +39,7 @@ jobs:
fi
done
# Replace template if change
if [[ $(stat -c%s "README2.md") == $(stat -c%s "README.md") ]]; then
if [[ "$(stat -c%s "README2.md")" == "$(stat -c%s "README.md")" ]]; then
echo "no changes"
rm README2.md
else