Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mkushakov/setup-generic-tool

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-generic-tool action

The isometry/setup-generic-tool action is designed to make the use of generic third-party tooling available via GitHub Releases as simple, streamlined and performant as possible within your workflows.

Features

  • Fully exploits GitHub Runners' Tool Cache mechanism
  • Automatic version resolution

Inputs

name input

Required GitHub repository of the desired tool (example: owner/repo)

tool input

Optional Override tool name, if it doesn't match the repo name

version input

Optional Version of tool to install (default: latest; example: v1.2.3)

Outputs

version output

The version of tool actually installed.

Example usage

name: example

on:
  push:
    branches: [main]

jobs:
  example:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Code
        uses: actions/checkout@v4

      - uses: isometry/setup-generic-tool@v1
        with:
          name: chainguard-dev/apko

      - run: |
          apko version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.2%
  • Makefile 3.8%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.