mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
chore(action): fix
This commit is contained in:
parent
b0a04f5fb3
commit
27a94d6f80
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ inputs:
|
|||
description: "The Bun version to install."
|
||||
default: "latest"
|
||||
github-token:
|
||||
description: "The github token secret can be passed in using ${{ secrets.GITHUB_TOKEN }}"
|
||||
description: "The github token secret can be passed in using {{ secrets.GITHUB_TOKEN }}"
|
||||
default: ${{ github.token }}
|
||||
misc-test-builds:
|
||||
description: "Install builds from https://github.com/oven-sh/misc-test-builds (not recommended!)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue