From 0afb7130ea08446271437a1816a2fc521ee949a8 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Tue, 23 Apr 2024 12:10:22 -0500 Subject: [PATCH] iterate cache key --- .github/actions/load-fhir-xsd/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/load-fhir-xsd/action.yaml b/.github/actions/load-fhir-xsd/action.yaml index 71b8d32d..8add464c 100644 --- a/.github/actions/load-fhir-xsd/action.yaml +++ b/.github/actions/load-fhir-xsd/action.yaml @@ -34,7 +34,7 @@ runs: # language=sh run: | _month="$(date "+%Y%m")" - _cache_key="fhir-${{ inputs.version }}-${_month}-0" + _cache_key="fhir-${{ inputs.version }}-${_month}-1" _dl_url="${{ inputs.base-url}}/${{ inputs.version }}/${{ inputs.filename }}" _cache_dir="${{ github.workspace }}/input" _xsd_cache_dir="${_cache_dir}/${{ inputs.version }}"