Skip to content

Commit

Permalink
iterate cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Apr 23, 2024
1 parent d1b7490 commit 0afb713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/load-fhir-xsd/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 0afb713

Please sign in to comment.