Update daily_README.yaml

This commit is contained in:
Alexandre
2022-04-22 22:10:15 +02:00
committed by GitHub
parent b2ff7a39f5
commit f79784b0d9

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 "s/$f/ # Image : $(jq '.image' "$f/config.json") &/" ".github/paths-filter.yml"
fi
fi
done