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_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 }}
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 :
You can’t perform that action at this time.
0 commit comments