Skip to content

Commit

Permalink
sometimes ide's are too helpful
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Apr 23, 2024
1 parent de4ce50 commit b4fb62b
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 @@ -58,8 +58,8 @@ runs:
-L \
-A '${{ inputs.user-agent }}' \
-o '${{ steps.vars.outputs.cache-dir }}/${{ inputs.filename }}' \
'${{ steps.vars.outputs.url }}
'${{ steps.vars.outputs.url }}'
unzip -o -qq '${{ inputs.filename }} -d '${{ steps.vars.outputs.cache-dir }}'
unzip -o -qq '${{ inputs.filename }}' -d '${{ steps.vars.outputs.cache-dir }}'
rm '${{ inputs.filename }}'

0 comments on commit b4fb62b

Please sign in to comment.