chore(action): fix

This commit is contained in:
Hyro 2022-07-27 08:20:47 +02:00 committed by GitHub
parent b0a04f5fb3
commit 27a94d6f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ 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 }} 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!)"