fix head body payload

This commit is contained in:
pazpi 2026-01-08 12:07:45 +01:00
parent bd8106ff47
commit 67ffa96575

View file

@ -59,7 +59,7 @@ jobs:
-d '{
"title": "chore: weekly flake update ${DATE}",
"body": "Automated flake update from CI",
"head": "'"${{ needs.prepare.outputs.branch_name }}"'",
"head": "'"${{ steps.commit.outputs.branch_name }}"'",
"base": "master"
}' \
"${{ forgejo.api_url }}/repos/${{ forgejo.repository }}/pulls"