Skip to content

Commit

Permalink
Fix missing INPUT_DOTNET_VALIDATION_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Jun 23, 2021
1 parent 8d412c7 commit 5858e0c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,14 @@ runs:
INPUT_DOTNET_VALIDATION_ENABLED: ${{ inputs.DOTNET_VALIDATION_ENABLED }}
INPUT_PATH_TO_QUALITY_CONTROL_RULES: ${{ inputs.PATH_TO_QUALITY_CONTROL_RULES }}

- name: Report Success (.NET)
run: |
- name: Report Success - .NET Validator
run: |
if $INPUT_DOTNET_VALIDATION_ENABLED; then
echo "Finished validation using .NET validator (Conformance resources) ..."
fi
shell: bash
shell: bash
env:
INPUT_DOTNET_VALIDATION_ENABLED: ${{ inputs.DOTNET_VALIDATION_ENABLED }}

#Examples are currently not used as Firely Terminal can't validate against profiles on the stack right now

Expand Down

0 comments on commit 5858e0c

Please sign in to comment.