Skip to content

Commit 809c812

Browse files
authored
feat: test (#16)
1 parent cb2dd79 commit 809c812

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/semantic/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
no-checkout:
55
description: "Skip the checkout step"
66
required: false
7-
default: false
7+
default: 'false'
88
github-token:
99
description: "GitHub token for the semantic release action"
1010
required: true
@@ -21,7 +21,7 @@ runs:
2121
using: "composite"
2222
steps:
2323
- name: Checkout
24-
if: inputs.no-checkout == false
24+
if: inputs.no-checkout == 'false'
2525
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2626

2727
# - name: Create Inside

0 commit comments

Comments
 (0)