GitHub Action to run uniget
and install tools from the container ecosystem.
Version of uniget
to use. It can be set to any existing version (at least 2.2.49) and defaults to latest
.
Path to install uniget
into. Defaults to /usr/local/bin
.
Space separated list of tools to install. If this is not empty, the metadata will be updated automatically. Defaults to an empty string.
Directory under which to install tools. Defaults to an empty string.
Subdirectory of prefix
under which to install tools. Defaults to usr/local
.
Skip tools that cause a conflict. Defaults to true
.
None
Install all tools using the latest version of uniget
:
- name: Install
uses: uniget-org/uniget-action
Install only some tools:
- name: Install
uses: uniget-org/uniget-action
with:
only: true
list: "docker yq"
Install using a specific version of uniget
:
- name: Install
uses: uniget-org/uniget-action
with:
version: 2.2.50