Skip to content

Commit

Permalink
Fix INPUT_PATH_TO_QUALITY_CONTROL_RULES
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Jun 23, 2021
1 parent 5858e0c commit 5a1afc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ runs:
- name: Run Quality Control checks
run: |
if $INPUT_DOTNET_VALIDATION_ENABLED; then
fhir check $PATH_TO_QUALITY_CONTROL_RULES
fhir check $INPUT_PATH_TO_QUALITY_CONTROL_RULES
fi
shell: bash
env:
Expand Down

0 comments on commit 5a1afc2

Please sign in to comment.