Skip to content

Commit

Permalink
welp.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Apr 23, 2024
1 parent b4fb62b commit 93cd041
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/load-fhir-xsd/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ runs:
curl \
-L \
-A '${{ inputs.user-agent }}' \
-o '${{ steps.vars.outputs.cache-dir }}/${{ inputs.filename }}' \
-o '${{ inputs.filename }}' \
'${{ steps.vars.outputs.url }}'
unzip -o -qq '${{ inputs.filename }}' -d '${{ steps.vars.outputs.cache-dir }}'
rm '${{ inputs.filename }}'
unzip -o -qq '${{ inputs.filename }}' -d '${{ steps.vars.outputs.cache-dir }}'

0 comments on commit 93cd041

Please sign in to comment.