Skip to content

Commit c651b86

Browse files
authored
Export AzDo org data instead of project only (#101)
1 parent b21b063 commit c651b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psrule-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
Import-Module ./src/PSRule.Rules.AzureDevOps/PSRule.Rules.AzureDevOps.psd1 -Force
2727
Connect-AzDevOps -Organization ${{ secrets.ADO_ORGANIZATION }} -PAT ${{ secrets.ADO_PAT }}
2828
New-Item -Path ./data -ItemType Directory -Force
29-
Export-AzDevOpsRuleData -Project ${{ secrets.ADO_PROJECT }} -OutputPath ./data
29+
Export-AzDevOpsOrganizationRuleData -OutputPath ./data
3030
$result = Invoke-PSRule -InputPath ./data/ `
3131
-Module "PSRule.Rules.AzureDevOps","PSRule.Monitor" `
3232
-Format Detect -Culture en

0 commit comments

Comments
 (0)