We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de42417 commit 9bb3855Copy full SHA for 9bb3855
.github/actions/load-fhir-xsd/action.yaml
@@ -36,7 +36,7 @@ runs:
36
_month="$(date "+%Y%m")"
37
_cache_key="fhir-${{ inputs.version }}-${_month}-0"
38
_dl_url="${{ inputs.base-url}}/${{ inputs.version }}/${{ inputs.filename }}"
39
- _cache_dir="${{ github.workspace }}/input/"
+ _cache_dir="${{ github.workspace }}/input"
40
_xsd_cache_dir="${_cache_dir}/${{ inputs.version }}"
41
42
echo "cache-key=${_cache_key}" >> $GITHUB_OUTPUT
0 commit comments