mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
fix(action): add github.token as default
This commit is contained in:
parent
13923243f4
commit
99221c1ae0
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,8 @@ 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!)"
|
||||
required: false
|
||||
|
@ -22,4 +23,4 @@ outputs:
|
|||
|
||||
runs:
|
||||
using: "node12"
|
||||
main: "dist/index.js"
|
||||
main: "dist/index.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue