From b3ad872d25a5605fa60af331377bfcf946363e0c Mon Sep 17 00:00:00 2001 From: Merlijn Sebrechts Date: Tue, 5 Dec 2023 11:52:19 +0100 Subject: [PATCH] fix if --- release-to-candidate/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-to-candidate/action.yaml b/release-to-candidate/action.yaml index f67f467..6007c68 100644 --- a/release-to-candidate/action.yaml +++ b/release-to-candidate/action.yaml @@ -51,7 +51,7 @@ runs: id: yaml-path shell: bash run : | - if [[ -n "${{ inputs.snapcraft-yaml-path }}"; then + if [[ -n "${{ inputs.snapcraft-yaml-path }}" ]]; then yaml_path="${{ inputs.snapcraft-yaml-path }}" else snapcraft_yaml_paths=(