Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 806 Bytes

File metadata and controls

25 lines (20 loc) · 806 Bytes
description Action: binary.github

Run

Downloads a binary from a github repository into a local directory.

Key Typ Optional Description
action string no binary.github
name string no name of binary locally after download
directory string no directory to save the binary locally
repository string no GitHub repository
version string no version/tag name

Example

- action: binary.github
  name: comtrya
  directory: /usr/local/bin
  repository: comtrya/comtrya
  version: v0.8.0