From 3c6d1a6b13043f25c57c348c92f26aa1c388bf7d Mon Sep 17 00:00:00 2001 From: Brett Esler Date: Mon, 5 Aug 2024 20:10:36 +1000 Subject: [PATCH] Update profile_tag_trigger_publication.yml --- .github/workflows/profile_tag_trigger_publication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/profile_tag_trigger_publication.yml b/.github/workflows/profile_tag_trigger_publication.yml index a457c605..80a14925 100644 --- a/.github/workflows/profile_tag_trigger_publication.yml +++ b/.github/workflows/profile_tag_trigger_publication.yml @@ -79,7 +79,7 @@ jobs: FULL_URL="$URL/ereq/package-list.json" curl --output webroot/fhir/ereq/package-list.json --url $FULL_URL - - name: Download package-feed.xml + - name: Download package-feed.xml run: | curl --output webroot/fhir/package-feed.xml --url https://hl7.org.au/fhir/package-feed.xml curl --output webroot/fhir/package-feed.bak.xml --url https://hl7.org.au/fhir/package-feed.xml