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 d1b7490 commit 0afb713Copy full SHA for 0afb713
.github/actions/load-fhir-xsd/action.yaml
@@ -34,7 +34,7 @@ runs:
34
# language=sh
35
run: |
36
_month="$(date "+%Y%m")"
37
- _cache_key="fhir-${{ inputs.version }}-${_month}-0"
+ _cache_key="fhir-${{ inputs.version }}-${_month}-1"
38
_dl_url="${{ inputs.base-url}}/${{ inputs.version }}/${{ inputs.filename }}"
39
_cache_dir="${{ github.workspace }}/input"
40
_xsd_cache_dir="${_cache_dir}/${{ inputs.version }}"
0 commit comments