Open virtualdreams opened 6 days ago
Facing the same issue, seems to be related to this https://github.com/go-gitea/gitea/issues/29654
Gitea doesn't support the API endpoint /api/v1/repos/<username>/<reponame>/tarball/<branch_name>
yet.
ref: https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28#download-a-repository-archive-tar
ref: https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28#download-a-repository-archive-zip
Description
The action
actions/checkout@v4
won't work if git not exists in docker container. The action tries to download from an invalid url. The url is also not available in /api/swagger.Workflow
Output of act_runner in gitea
Error in log from gitea
If i try to download manually
Repository is public.
Gitea Version
1.22.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
On host directly.
Database
MySQL/MariaDB