1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-03 18:27:21 +08:00

remove ""

This commit is contained in:
Okinea Dev 2025-02-04 09:03:03 +02:00
parent ef7e99fb2a
commit 5453ceb366
No known key found for this signature in database
GPG Key ID: 07944BC5E01E7B43

@ -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