mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 18:50:10 +08:00
fix(action): add github.token as default
This commit is contained in:
parent
13923243f4
commit
99221c1ae0
@ -11,7 +11,8 @@ inputs:
|
|||||||
description: "The Bun version to install."
|
description: "The Bun version to install."
|
||||||
default: "latest"
|
default: "latest"
|
||||||
github-token:
|
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:
|
misc-test-builds:
|
||||||
description: "Install builds from https://github.com/oven-sh/misc-test-builds (not recommended!)"
|
description: "Install builds from https://github.com/oven-sh/misc-test-builds (not recommended!)"
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user