actions/checkout does not support instances under a subpath #171

Open
opened 2024-04-03 07:47:17 +00:00 by Thesola10 · 3 comments

This should warrant a soft-fork of actions/checkout and is essentially a report of this issue: https://github.com/actions/checkout/issues/1242

Whenever actions/checkout is used, it tries to clone the repository from URL https://myhost/user/repo, even though the actual URL should be https://myhost/git/user/repo

Given the current repo is a mirror I thought it best to file the issue here.

This should warrant a soft-fork of actions/checkout and is essentially a report of this issue: https://github.com/actions/checkout/issues/1242 Whenever `actions/checkout` is used, it tries to clone the repository from URL `https://myhost/user/repo`, even though the actual URL should be `https://myhost/git/user/repo` Given the current repo is a mirror I thought it best to file the issue here.
Author

AFAICT this would only involve merging/mirroring https://github.com/actions/checkout/pull/1305 and maintaining a soft-fork

AFAICT this would only involve merging/mirroring https://github.com/actions/checkout/pull/1305 and maintaining a soft-fork
earl-warren added the
Kind/Enhancement
label 2024-04-06 07:13:05 +00:00
Owner

Good find 👍Would you want to maintain such a soft fork? Or do you know someone willing to care for it?

Good find 👍Would you want to maintain such a soft fork? Or do you know someone willing to care for it?
Author

I agree to take maintainership, as I also use this action on my instance.

I'm thinking of writing an action to regularly attempt to merge upstream into it, and open a PR if it fails I guess

I agree to take maintainership, as I also use this action on my instance. I'm thinking of writing an action to regularly attempt to merge upstream into it, and open a PR if it fails I guess
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: forgejo/runner#171
No description provided.