mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02: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
|
fi
|
||||||
done
|
done
|
||||||
# Replace template if change
|
# 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"
|
echo "no changes"
|
||||||
rm README2.md
|
rm README2.md
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user