diff --git a/.gitea/workflows/handy-update.yml b/.gitea/workflows/handy-update.yml index e2c1b68..f28377a 100644 --- a/.gitea/workflows/handy-update.yml +++ b/.gitea/workflows/handy-update.yml @@ -113,19 +113,13 @@ jobs: created="false" for head in "${branch}" "thomas:${branch}"; do echo "Trying head=${head}" + payload=$(printf '{"title":"update handy to %s","head":"%s","base":"main","body":"automated update of handy appimage version and hash"}' \ + "${{ steps.update.outputs.version }}" "$head") response=$(curl -sS -w '\n%{http_code}' -X POST \ -H "Authorization: token ${GITEA_TOKEN}" \ -H "Content-Type: application/json" \ "${api}/pulls" \ - -d "$(cat <