Skip to content

Commit

Permalink
friggin javascript.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Apr 23, 2024
1 parent f3a715f commit 0973367
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 @@ -53,7 +53,7 @@ runs:
key: '${{ steps.vars.outputs.cache-key }}'

- name: 'Download'
if: steps.cache.cache-hit != 'true'
if: steps.cache.cache-hit != 'true' || steps.cache.cache-hit != true
shell: bash -e {0}
# language=sh
run: |
Expand Down

0 comments on commit 0973367

Please sign in to comment.