fix head body payload
This commit is contained in:
parent
bd8106ff47
commit
67ffa96575
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
-d '{
|
-d '{
|
||||||
"title": "chore: weekly flake update ${DATE}",
|
"title": "chore: weekly flake update ${DATE}",
|
||||||
"body": "Automated flake update from CI",
|
"body": "Automated flake update from CI",
|
||||||
"head": "'"${{ needs.prepare.outputs.branch_name }}"'",
|
"head": "'"${{ steps.commit.outputs.branch_name }}"'",
|
||||||
"base": "master"
|
"base": "master"
|
||||||
}' \
|
}' \
|
||||||
"${{ forgejo.api_url }}/repos/${{ forgejo.repository }}/pulls"
|
"${{ forgejo.api_url }}/repos/${{ forgejo.repository }}/pulls"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue