Skip to content

Commit 9c632aa

Browse files
committed
Updating source to tcp-workflows
1 parent b8a0f50 commit 9c632aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/AutoLabelMsftContributor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
download-payload:
1616
if: github.repository_owner == 'MicrosoftDocs' && github.repository_visibility == 'public'
1717
name: Download and extract payload artifact
18-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
18+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-ExtractPayload.yml@workflows-prod
1919
with:
2020
WorkflowId: ${{ github.event.workflow_run.id }}
2121
OrgRepo: ${{ github.repository }}
@@ -26,7 +26,7 @@ jobs:
2626
name: Label Microsoft contributors
2727
if: github.repository_owner == 'MicrosoftDocs' && github.repository_visibility == 'public'
2828
needs: [download-payload]
29-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelMsftContributor.yml@workflows-prod
29+
uses: MicrosoftDocs/tcp-workflows/.github/workflows/Shared-AutoLabelMsftContributor.yml@workflows-prod
3030
with:
3131
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
3232
secrets:

0 commit comments

Comments
 (0)