Skip to content

Commit 3664fba

Browse files
committed
Use single quote empty string for action
1 parent 2fd975a commit 3664fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ runs:
1818
- --changelog ${{ inputs.changelog }}
1919
env:
2020
CR_TAG_PREFIX: ${{ inputs.tag_prefix }}
21-
CR_NO_TAG_PREFIX: ${{ inputs.tag_prefix == "" }}
21+
CR_NO_TAG_PREFIX: ${{ inputs.tag_prefix == '' }}
2222
GITHUB_TOKEN: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)