From ef7e99fb2a220ba2c262eb3773c4eec81d671400 Mon Sep 17 00:00:00 2001 From: Okinea Dev <hi@okinea.dev> Date: Tue, 4 Feb 2025 09:01:55 +0200 Subject: [PATCH] upd --- .github/actions/compare-bun-version/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/compare-bun-version/action.yml b/.github/actions/compare-bun-version/action.yml index 7a7970b..8a187b5 100644 --- a/.github/actions/compare-bun-version/action.yml +++ b/.github/actions/compare-bun-version/action.yml @@ -1,4 +1,4 @@ -name: Compare Bun Version +name: ⚖️ Compare Bun Version description: Compare the version of Bun to a specified version inputs: @@ -10,14 +10,14 @@ inputs: runs: using: "composite" steps: - - name: Get installed Bun version + - name: 🛠️ Get installed Bun version id: bun shell: bash run: | bun --version echo "version=$(bun --version)" >> $GITHUB_OUTPUT - - name: Compare versions + - name: ⚖️ Compare versions shell: bash run: | if [[ "${{ steps.bun.outputs.version }}" == "${{ inputs.bun-version }}" ]]; then