You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this action does not support GITHUB_SERVER_URL with subpath; In this case I am using this for gitea which I am hosting through Nginx subpath /gitea/.
However getFetchUrl in the code uses serverUrl.origin stripping the /gitea/ and making my actions fail.
Possible solution is not cleaning the path specified in input that way I can do and it should work by trusting the user given url