From ef7dfcfa13fd8da3630a7b54b420011696009f6b Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Tue, 23 Apr 2024 11:38:46 -0500 Subject: [PATCH] needs further improvement. --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1ec44783..29cfdcb8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ./.github/actions/load-fhir-xsd/action.yaml + - uses: ./.github/actions/load-fhir-xsd with: version: '${{ matrix.fhir-version }}' @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ./.github/actions/load-fhir-xsd/ + - uses: ./.github/actions/load-fhir-xsd with: version: '${{ matrix.fhir-version }}'