Skip to content

Commit

Permalink
fix: bun-version-file default value (#90)
Browse files Browse the repository at this point in the history
fix #89
  • Loading branch information
Araxeus authored Jul 15, 2024
1 parent 339e277 commit f43b443
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 @@ -10,7 +10,7 @@ inputs:
required: false
bun-version-file:
description: 'The version of Bun to install from file. (e.g. "package.json", ".bun-version", ".tool-versions")'
default: ".bun-version"
default: null
required: false
bun-download-url:
description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."
Expand Down

0 comments on commit f43b443

Please sign in to comment.