Skip to content

Commit

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

0 comments on commit de4ce50

Please sign in to comment.