File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 download-payload :
1616 if : github.repository_visibility == 'public'
1717 name : Download and extract payload artifact
18- uses : MicrosoftDocs/max-cpub-test /.github/workflows/Shared-ExtractPayload.yml@main
18+ uses : MicrosoftDocs/microsoft-365-docs /.github/workflows/Shared-ExtractPayload.yml@workflows-prod
1919 with :
2020 WorkflowId : ${{ github.event.workflow_run.id }}
2121 OrgRepo : ${{ github.repository }}
2626 name : Label Microsoft contributors
2727 if : github.repository_visibility == 'public'
2828 needs : [download-payload]
29- uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelMsftContributor.yml@workflows-test
29+ uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelMsftContributor.yml@workflows-prod
3030 with :
3131 PayloadJson : ${{ needs.download-payload.outputs.WorkflowPayload }}
3232 secrets :
Original file line number Diff line number Diff line change 1212jobs :
1313
1414 live-merge :
15- uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-LiveMergeCheck.yml@workflows-test
15+ uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-LiveMergeCheck.yml@workflows-prod
1616 with :
1717 PayloadJson : ${{ toJSON(github) }}
1818 secrets :
Original file line number Diff line number Diff line change 1212jobs :
1313
1414 file-count :
15- uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-PrFileCount.yml@workflows-test
15+ uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-PrFileCount.yml@workflows-prod
1616 with :
1717 PayloadJson : ${{ toJSON(github) }}
1818 secrets :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ on: [pull_request_target]
1010jobs :
1111
1212 protected-files :
13- uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ProtectedFiles.yml@workflows-test
13+ uses : MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-ProtectedFiles.yml@workflows-prod
1414 with :
1515 PayloadJson : ${{ toJSON(github) }}
1616 secrets :
You can’t perform that action at this time.
0 commit comments