mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-20 13:38:28 +02:00
upd
This commit is contained in:
parent
d12e61bc96
commit
ef7e99fb2a
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: Compare Bun Version
|
name: ⚖️ Compare Bun Version
|
||||||
description: Compare the version of Bun to a specified version
|
description: Compare the version of Bun to a specified version
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -10,14 +10,14 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Get installed Bun version
|
- name: 🛠️ Get installed Bun version
|
||||||
id: bun
|
id: bun
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
bun --version
|
bun --version
|
||||||
echo "version=$(bun --version)" >> $GITHUB_OUTPUT
|
echo "version=$(bun --version)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Compare versions
|
- name: ⚖️ Compare versions
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ steps.bun.outputs.version }}" == "${{ inputs.bun-version }}" ]]; then
|
if [[ "${{ steps.bun.outputs.version }}" == "${{ inputs.bun-version }}" ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue