mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 17:08:19 +01:00
Update daily_README.yaml
This commit is contained in:
2
.github/workflows/daily_README.yaml
vendored
2
.github/workflows/daily_README.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user