Document Forgejo actions/ namespace mirror requirement for the test workflow #3

Open
opened 2026-05-28 02:56:07 +00:00 by stephen · 0 comments
Owner

.forgejo/workflows/test.yml uses actions/checkout@v6. That resolves only if the Forgejo instance is configured to mirror the actions/ namespace from a GitHub-compatible source. The action itself has no external action dependencies, so this only affects contributors running the self-test on their own Forgejo, not consumers of the action.

Add a short note to README (or CONTRIBUTING) explaining the requirement, and mention the workaround of using the full URL form uses: https://github.com/actions/checkout@v6.

`.forgejo/workflows/test.yml` uses `actions/checkout@v6`. That resolves only if the Forgejo instance is configured to mirror the `actions/` namespace from a GitHub-compatible source. The action itself has no external action dependencies, so this only affects contributors running the self-test on their own Forgejo, not consumers of the action. Add a short note to README (or CONTRIBUTING) explaining the requirement, and mention the workaround of using the full URL form `uses: https://github.com/actions/checkout@v6`.
Sign in to join this conversation.
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
rasterstate/sccache-action#3
No description provided.