Skip to content

Support to install tools from GitHub

Compare
Choose a tag to compare
@divyansh42 divyansh42 released this 25 May 19:43
· 62 commits to main since this release
e2a744b
  • Add support to install tools from GitHub Releases. This can be done by specifying the desired source in the input source.
  • Add input source which accepts value github and mirror to support tools installation from the OpenShift Mirror or from GitHub.
  • Add input github_pat to provide GitHub access token when the source is github.
  • Add support to install s2i client from GitHub Release.
  • Add input skip_cache to set caching of the downloaded executables via action input instead of setting up the env.
  • (Internal) Expand test workflows.