Update daily_README.yaml

This commit is contained in:
Alexandre
2022-04-22 22:07:56 +02:00
committed by GitHub
parent 13682f8b92
commit b2ff7a39f5

View File

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