Skip to content

Commit 9bb3855

Browse files
committed
hmm.
1 parent de42417 commit 9bb3855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
_month="$(date "+%Y%m")"
3737
_cache_key="fhir-${{ inputs.version }}-${_month}-0"
3838
_dl_url="${{ inputs.base-url}}/${{ inputs.version }}/${{ inputs.filename }}"
39-
_cache_dir="${{ github.workspace }}/input/"
39+
_cache_dir="${{ github.workspace }}/input"
4040
_xsd_cache_dir="${_cache_dir}/${{ inputs.version }}"
4141
4242
echo "cache-key=${_cache_key}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)