Fix assignees as list

This commit is contained in:
pazpi 2026-01-08 16:34:50 +01:00
parent 80b8b61835
commit f60e2f7004

View file

@ -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"