diff --git a/.github/workflows/check-audit.yml b/.github/workflows/check-audit.yml index ef28188d..0cbbf0b5 100644 --- a/.github/workflows/check-audit.yml +++ b/.github/workflows/check-audit.yml @@ -53,8 +53,8 @@ jobs: - name: Output UsableRules.csv run: | - Get-Content ./config/UsableRules.csv + Get-Content UsableRules.csv - name: Output UnUsableRules.csv run: | - Get-Content ./config/UnusableRules.csv \ No newline at end of file + Get-Content UnusableRules.csv \ No newline at end of file