-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using actions hosted off GitHub, e.g. on internal git servers, using the full repo URL (e.g. https://git.example.com/example/example-action@v1) the add on tries to make it a GitHub URL (https://github.com/https/git.example.com/example/example-action@v1) and subsequently reports:
Unable to resolve action 'https://git.example.com/example/example-action@v1', repository or version not foundExpected format {owner}/{repo}[/path]@{ref}. Actual 'https://git.example.com/example/example-action@v1'
To Reproduce
Steps to reproduce the behavior:
- Upload an action to any non-GitHub repo service, e.g. an on-prem Gitea instnace.
- Create a workflow in VS Code using that workflow, e.g.
uses: https://git.example.com/example/example-action@v1 - See error
Expected behavior
The uses value should be recognised as a fully-qualified URL and the action should be queried from there rather than rewriting it to a GitHub URL.
Screenshots
N/A
Extension Version
v0.30.0
Additional context
N/A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog 🗒