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 dcd8b06 commit b3ad872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-to-candidate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit b3ad872

Please sign in to comment.