From 9ac938205708bbf54578a04d3491bcfc224459d2 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Tue, 5 Dec 2023 11:58:44 +0000 Subject: [PATCH] fix: fix whitespace issue in conditional --- get-architectures/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-architectures/action.yaml b/get-architectures/action.yaml index 18753d7..98be6f4 100644 --- a/get-architectures/action.yaml +++ b/get-architectures/action.yaml @@ -28,7 +28,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=(