Skip to content

Commit

Permalink
fix: fix whitespace issue in conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Dec 5, 2023
1 parent a5f48c4 commit 9ac9382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-architectures/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 9ac9382

Please sign in to comment.