[Actions] Allow uses to clone via different protocols #10912

Open
opened 2025-11-02 09:21:58 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @batuhanfaik on GitHub (May 25, 2023).

Feature Description

Currently uses only supports HTTP/HTTPS. I think it would be great if Gitea supported other Git URLs defined here.

For example, I would like to be able to run a job as follows:

steps:
     - name: Check out repository code
       uses: file:///git/actions/checkout@v3
       with:
         repository: {org}/{repo}

Screenshots

No response

Originally created by @batuhanfaik on GitHub (May 25, 2023). ### Feature Description Currently `uses` only supports HTTP/HTTPS. I think it would be great if Gitea supported other Git URLs defined [here](https://git-scm.com/docs/git-clone#_git_urls). For example, I would like to be able to run a job as follows: ```yaml steps: - name: Check out repository code uses: file:///git/actions/checkout@v3 with: repository: {org}/{repo} ``` ### Screenshots _No response_
GiteaMirror added the topic/gitea-actionstype/proposaltype/feature labels 2025-11-02 09:21:58 -06:00
Author
Owner

@batuhanfaik commented on GitHub (Oct 9, 2023):

There was an update regarding this, see here

Need to check if root_url_of_your_gitea supports other protocols

@batuhanfaik commented on GitHub (Oct 9, 2023): There was an update regarding this, see [here](https://docs.gitea.com/administration/config-cheat-sheet#actions-actions) Need to check if `root_url_of_your_gitea` supports other protocols
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#10912