Skip to content

Commit

Permalink
chore(action): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored Jul 27, 2022
1 parent b0a04f5 commit 27a94d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!)"
Expand Down

0 comments on commit 27a94d6

Please sign in to comment.