We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4706e85 commit 16da25dCopy full SHA for 16da25d
.github/report/action.yml
@@ -6,9 +6,9 @@ inputs:
6
runs:
7
using: 'composite'
8
steps:
9
- - name: Don't validate cranteened files
+ - name: Don't validate quarantine files
10
shell: bash
11
- run: rm -v `cat ./caranteen`
+ run: rm -v `cat ./quarantine`
12
- shell: bash
13
run: wget https://github.com/hapifhir/org.hl7.fhir.core/releases/latest/download/validator_cli.jar
14
caranteen quarantinecaranteen renamed to quarantine
0 commit comments