Update daily_README.yaml

This commit is contained in:
Alexandre
2022-04-22 22:06:13 +02:00
committed by GitHub
parent c698f71588
commit 13682f8b92

View File

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