You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, the head_repository property can also be null in the Get a workflow run response. I assume this happens when the repository has been removed in the meantime.
Expected
The head_repository property should also list null as a possible variant.
Reproduction Steps
# Run with empty 'head_repository'
curl --silent https://api.github.com/repos/fkirc/skip-duplicate-actions/actions/runs/2379220866 | jq '.head_repository'# "Normal" run
curl --silent https://api.github.com/repos/fkirc/skip-duplicate-actions/actions/runs/2419547490 | jq '.head_repository'
The text was updated successfully, but these errors were encountered:
👋 Would you be willing to share the JSON responses you're seeing? That will help with debugging on our side. If so, you can send them to my username @github.com 😊
Schema Inaccuracy
Apparently, the
head_repository
property can also benull
in theGet a workflow run
response. I assume this happens when the repository has been removed in the meantime.Expected
The
head_repository
property should also listnull
as a possible variant.Reproduction Steps
The text was updated successfully, but these errors were encountered: