From 5453ceb36696750182b71c49fc8f2ff82453e195 Mon Sep 17 00:00:00 2001 From: Okinea Dev Date: Tue, 4 Feb 2025 09:03:03 +0200 Subject: [PATCH] remove "" --- .github/actions/compare-bun-version/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/compare-bun-version/action.yml b/.github/actions/compare-bun-version/action.yml index 8a187b5..817e5d7 100644 --- a/.github/actions/compare-bun-version/action.yml +++ b/.github/actions/compare-bun-version/action.yml @@ -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