An action that can resolve the type and associated URLs for a GitHub instance.
github_base_url
: The base URL of the GitHub instance to get the type and URLs for
github_type
: The type of GitHub instancebase_url
: The BASE URL for accessing the instanceapi_url
: The API URL for the instanceterraform_api_url
: The API URL to leverage for terraform github provider to access the APIscontainer_registry_url
: The URL for the GitHub Container Registry for the instance
- name: Get Urls
uses: octodemo-resources/github-url-resolver-action@v1
- name: Get Urls
uses: octodemo-resources/github-url-resolver-action@v1
with:
github_base_url: 'https://github.com'