-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed as not planned
Labels
topic/apiConcerns mainly the APIConcerns mainly the APItopic/gitea-actionsrelated to the actions of Gitearelated to the actions of Gitea
Description
Description
Under condition !ref && !commit, actions/checkout calls out to the GitHub API:
::group::Determining the default branch
Retrieving the default branch name
Not found.
It will fetch /api/v3/repos/[user]/[reponame] which is not available on Gitea's API. I wonder whether we should make some shims specific for this because the action it by far the most commonly action to use.
Original issue report: #29654
Metadata
Metadata
Assignees
Labels
topic/apiConcerns mainly the APIConcerns mainly the APItopic/gitea-actionsrelated to the actions of Gitearelated to the actions of Gitea