-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actions/checkout@v4 - /api/v1/repos/administrator/runner1/tarball/master - Page not found 404 #32481
Comments
Facing the same issue, seems to be related to this |
Gitea doesn't support the API endpoint |
I would be nice if the implementation of the endpoints will be occur in future. Currently I fixed this issue by adding the step:
But its a little bit annoying losing this 15 seconds in each job |
You can install git in your docker container. So there will be no extra additional time. |
But it is not the case, that I'm using a own docker image. I'm using public images from docker.hub which does not incldue git. |
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
The text was updated successfully, but these errors were encountered: