GitHub instance URL resolver
ActionsA GitHub Action that can resolve the URLs for services on an instance
v1.0.0
LatestTags
(1)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'
GitHub instance URL resolver is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.