Fix assignees as list
This commit is contained in:
parent
80b8b61835
commit
f60e2f7004
1 changed files with 1 additions and 1 deletions
|
|
@ -64,6 +64,6 @@ jobs:
|
||||||
"body": "Automated flake update from CI.\n\nThis PR updates all flake inputs.",
|
"body": "Automated flake update from CI.\n\nThis PR updates all flake inputs.",
|
||||||
"head": "${{ steps.commit.outputs.branch_name }}",
|
"head": "${{ steps.commit.outputs.branch_name }}",
|
||||||
"base": "master",
|
"base": "master",
|
||||||
"assignees": "pazpi"
|
"assignees": ["pazpi"]
|
||||||
}' \
|
}' \
|
||||||
"${{ 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