From 27a94d6f80e4b3e137640ed9c13b5403d8b0f956 Mon Sep 17 00:00:00 2001 From: Hyro Date: Wed, 27 Jul 2022 08:20:47 +0200 Subject: [PATCH] chore(action): fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6c5dca7..610fa88 100644 --- a/action.yml +++ b/action.yml @@ -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!)"