Skip to content

Commit 0afb713

Browse files
committed
iterate cache key
1 parent d1b7490 commit 0afb713

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
@@ -34,7 +34,7 @@ runs:
3434
# language=sh
3535
run: |
3636
_month="$(date "+%Y%m")"
37-
_cache_key="fhir-${{ inputs.version }}-${_month}-0"
37+
_cache_key="fhir-${{ inputs.version }}-${_month}-1"
3838
_dl_url="${{ inputs.base-url}}/${{ inputs.version }}/${{ inputs.filename }}"
3939
_cache_dir="${{ github.workspace }}/input"
4040
_xsd_cache_dir="${_cache_dir}/${{ inputs.version }}"

0 commit comments

Comments
 (0)