Skip to content

Commit a1c90f9

Browse files
committed
Add missing 'fi' to action.yml
Add a missing closing 'fi' in action.yml to properly terminate a nested bash conditional in the runs step.
1 parent 7ec4a2b commit a1c90f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ runs:
617617
else
618618
echo "Using default Firely Terminal validator engine (no engine specified)"
619619
fi
620+
fi
620621
shell: bash
621622
env:
622623
INPUT_DOTNET_VALIDATION_ENABLED: ${{ inputs.DOTNET_VALIDATION_ENABLED }}

0 commit comments

Comments
 (0)