mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 04:58:25 +02:00
remove ""
This commit is contained in:
parent
ef7e99fb2a
commit
5453ceb366
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@ description: Compare the version of Bun to a specified version
|
|||
|
||||
inputs:
|
||||
bun-version:
|
||||
description: "The version of Bun to compare against"
|
||||
description: The version of Bun to compare against
|
||||
required: true
|
||||
default: "1.1.0"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
using: composite
|
||||
steps:
|
||||
- name: 🛠️ Get installed Bun version
|
||||
id: bun
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue