mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-12 23:04:33 +00:00
The following test run shows that the OWNER variable wasn't being set correctly. This is probably because the owner of the Kata repo is an org, not a user. https://github.com/kata-containers/kata-containers/actions/runs/15590824845/job/43909182087?pr=11408 Instead, we use the full_name field, which is documented here: https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#get-a-repository Signed-off-by: Aurélien Bombo <abombo@microsoft.com>