mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 02:44:05 +02:00
Update daily_README.yaml
This commit is contained in:
9
.github/workflows/daily_README.yaml
vendored
9
.github/workflows/daily_README.yaml
vendored
@@ -173,13 +173,8 @@ jobs:
|
|||||||
# Replace template if change
|
# Replace template if change
|
||||||
|
|
||||||
echo "Replace template..."
|
echo "Replace template..."
|
||||||
if [[ "$(stat -c%s "README2.md")" == "$(stat -c%s "README.md")" ]]; then
|
mv README2.md README.md
|
||||||
echo "no changes"
|
|
||||||
rm README2.md
|
|
||||||
else
|
|
||||||
rm README.md
|
|
||||||
mv README2.md README.md
|
|
||||||
fi
|
|
||||||
echo "... done"
|
echo "... done"
|
||||||
|
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user