From 97bd36e6dd56f831ab0fd2b12914afe64ef5897d Mon Sep 17 00:00:00 2001 From: David Strome <21028455+dstrome@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:25:10 -0700 Subject: [PATCH] Update download-payload workflow path --- .github/workflows/AutoLabelMsftContributor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AutoLabelMsftContributor.yml b/.github/workflows/AutoLabelMsftContributor.yml index fc4450add6..acf275ebb1 100644 --- a/.github/workflows/AutoLabelMsftContributor.yml +++ b/.github/workflows/AutoLabelMsftContributor.yml @@ -15,7 +15,7 @@ jobs: download-payload: if: github.repository_visibility == 'public' name: Download and extract payload artifact - uses: MicrosoftDocs/max-cpub-test/.github/workflows/Shared-ExtractPayload.yml@main + uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-test with: WorkflowId: ${{ github.event.workflow_run.id }} OrgRepo: ${{ github.repository }}