Skip to content

Commit 73dc9d3

Browse files
committed
no files...?
1 parent 6a7b752 commit 73dc9d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/load-fhir-xsd/action.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ runs:
4747
- uses: actions/cache@v4
4848
id: cache
4949
with:
50-
path: |
51-
'${{ steps.vars.outputs.cache-dir }}/${{ inputs.filename }}'
52-
'${{ steps.vars.outputs.xsd-cache-dir}}'
50+
path: '${{ steps.vars.outputs.cache-dir }}'
5351
key: '${{ steps.vars.outputs.cache-key }}'
5452

5553
- name: 'Download'

0 commit comments

Comments
 (0)