diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d17223d72a..4375d87dca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -396,5 +396,5 @@ jobs: title="Update signatures of ${TAG_NAME#jq-}" git commit -m "$title" branch="update-signatures-${TAG_NAME#jq-}" - git push origin "HEAD:$branch" + git push origin "HEAD:refs/heads/$branch" gh pr create --title "$title" --body "" --head "$branch"