From d0dd689376c6741278a32361c936dd39f65031ce Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Tue, 23 Apr 2024 11:42:25 -0500 Subject: [PATCH] friggin javascript truthiness. --- .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 b589149e..624fe3c9 100644 --- a/.github/actions/load-fhir-xsd/action.yaml +++ b/.github/actions/load-fhir-xsd/action.yaml @@ -48,7 +48,7 @@ runs: key: '${{ steps.vars.outputs.cache-key }}' - name: 'Download' - if: steps.cache.cache-hit == 'false' + if: steps.cache.cache-hit != 'true' shell: bash -e {0} # language=sh run: |