Cannot clone URL from Forgejo instance under sub-URL #40

Open
opened 2024-04-05 12:08:32 +00:00 by Thesola10 · 2 comments

When specifying an action URL like https://cloud.thesola.io/git/actions/checkout@v4, act tries to clone https://cloud.thesola.io/git/actions instead of the full URL, as it seems to assume two-part URLs only.

This would also break compatibility with Gitlab and other Git forges with more than one level of repo indirection.

When specifying an action URL like `https://cloud.thesola.io/git/actions/checkout@v4`, act tries to clone `https://cloud.thesola.io/git/actions` instead of the full URL, as it seems to assume two-part URLs only. This would also break compatibility with Gitlab and other Git forges with more than one level of repo indirection.
Author

I'd suggest changing the subpath syntax within repos to something akin to ?path=a/b, at least in full URLs

I'd suggest changing the subpath syntax within repos to something akin to `?path=a/b`, at least in full URLs
Author

Issue thankfully does not affect subpaths in actions.DEFAULT_ACTIONS_URL

Issue thankfully does not affect subpaths in `actions.DEFAULT_ACTIONS_URL`
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
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/act#40
No description provided.