From a8330a90d9c4d1bedbf57f72e382be9212c2fbd0 Mon Sep 17 00:00:00 2001 From: Dmitry Nichiporenko Date: Fri, 7 Feb 2025 11:41:11 +0100 Subject: [PATCH] feat: test --- .github/actions/semantic/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/semantic/action.yaml b/.github/actions/semantic/action.yaml index 350e061..2009257 100644 --- a/.github/actions/semantic/action.yaml +++ b/.github/actions/semantic/action.yaml @@ -4,7 +4,7 @@ inputs: no-checkout: description: "Skip the checkout step" required: false - default: false + default: 'false' github-token: description: "GitHub token for the semantic release action" required: true @@ -21,7 +21,7 @@ runs: using: "composite" steps: - name: Checkout - if: inputs.no-checkout == false + if: inputs.no-checkout == 'false' uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 # - name: Create Inside