Skip to content

Commit

Permalink
fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
merlijn-sebrechts authored Dec 5, 2023
1 parent b3ad872 commit 8f8a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-snap-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 8f8a784

Please sign in to comment.