fjogeleit / yaml-update-action

Update YAML property with dynamic values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for GitHub Enterprise

haught opened this issue · comments

I would like to use this with GitHub Enterprise, but it looks to be hardcoded to use https://api.github.com and https://uploads.github.com. Would it be possible to get an input argument to set the url for github?

Thanks for your request. I will check how I can support enterprise as well.

You can try the latest version v0.8.0 which has a new input value githubAPI to customize the GitHub API BaseURL.