From 7ca48ad72bc7032796b1d5b41d78581941e735c2 Mon Sep 17 00:00:00 2001 From: HMDigitalHie Date: Thu, 29 Aug 2024 11:37:54 -0400 Subject: [PATCH] Update remote-cd-trigger-template.yml --- .github/workflows/remote-cd-trigger-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remote-cd-trigger-template.yml b/.github/workflows/remote-cd-trigger-template.yml index b083dd8a..bb7719b5 100644 --- a/.github/workflows/remote-cd-trigger-template.yml +++ b/.github/workflows/remote-cd-trigger-template.yml @@ -38,7 +38,7 @@ jobs: owner: 'cdcent', repo: 'data-exchange-fhir-devops', workflow_id: '${{ inputs.WORKFLOW }}', - ref: 'main', + ref: 'master', inputs: { REF: '${{ inputs.REF }}' }