Debug create issue

This commit is contained in:
Antoine Martin 2024-10-27 14:01:37 -04:00
parent 68c9f2dce1
commit eaf4fd7fe1
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -141,7 +141,7 @@ if [ -f not_in_anitya ]; then
\"title\": \"Add missing $repo packages to anitya\", \"title\": \"Add missing $repo packages to anitya\",
\"body\": \"- [ ] $(sed '{:q;N;s/\n/\\n- [ ] /g;t q}' not_in_anitya)\" \"body\": \"- [ ] $(sed '{:q;N;s/\n/\\n- [ ] /g;t q}' not_in_anitya)\"
}") }")
echo $result
else else
echo "Updating anitya issue" echo "Updating anitya issue"
result_id="$(echo $result | jq -r '.[].number' )" result_id="$(echo $result | jq -r '.[].number' )"