Update daily_README.yaml

This commit is contained in:
Alexandre
2022-04-22 22:16:19 +02:00
committed by GitHub
parent f79784b0d9
commit ebe02236c7

View File

@@ -29,7 +29,7 @@ jobs:
# Identify addons with true images
if [ "$(jq '.image' "$f/config.json")" != null ]; then
sed -i "s/$f/ # Image : $(jq '.image' "$f/config.json") &/" ".github/paths-filter.yml"
sed -i "/$f/ s/$/ # Image : yes/" ".github/paths-filter.yml"
fi
fi
done