forked from EricCrosson/install-github-release-binary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
25 lines (23 loc) · 737 Bytes
/
action.yml
File metadata and controls
25 lines (23 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
name: Install GitHub Release binary
description: Install a binary from a GitHub Release
author: Eric Crosson
branding:
icon: arrow-down
color: green
inputs:
targets:
description: Whitespace separated list of target GitHub Releases in format {owner}/{repository}@{tag}
required: true
token:
description: GitHub access token or a Personal Access Token with 'repo' scope
default: ${{ github.token }}
cache:
description: Runtime switch to enable/disable caching because GitHub is debugging issues in their caching API
default: false
ignore-existing-binary:
description: Skip download if the binary already exists at the destination
default: false
runs:
using: node20
main: dist/index.js