feat: custom download url, custom repository

This commit is contained in:
xHyroM 2022-07-28 07:50:56 +02:00
parent 27a94d6f80
commit e6a8865f72
9 changed files with 135 additions and 21 deletions

View file

@ -10,11 +10,20 @@ inputs:
bun-version:
description: "The Bun version to install."
default: "latest"
required: false
github-token:
description: "The github token secret can be passed in using {{ secrets.GITHUB_TOKEN }}"
default: ${{ github.token }}
required: false
misc-test-builds:
description: "Install builds from https://github.com/oven-sh/misc-test-builds (not recommended!)"
description: "Deprecated, use repository input instead. Install builds from https://github.com/oven-sh/misc-test-builds (not recommended!)"
required: false
repository:
description: "Repository from which the bun is downloaded. Defaults to https://github.com/oven-sh/bun"
default: "https://github.com/oven-sh/bun"
required: false
custom-download-url:
description: "Full url to download bun, for example if you want to download an artifact."
required: false
outputs: