feat: added no-cache to action inputs

This commit is contained in:
Akalanka Perera 2024-02-22 20:04:15 +05:30
parent 0f37bd8169
commit 1c42f45010
6 changed files with 35 additions and 23 deletions

View file

@ -14,6 +14,9 @@ inputs:
scope:
required: false
description: "The scope for authenticating with the package registry."
no-cache:
required: false
description: "Disable caching of the downloaded executable."
outputs:
bun-version:
description: The version of Bun that was installed.