Skip to content

Commit a672d59

Browse files
committed
Update workflow to write to README.md instead of POLICIES.md
Changed the output file in the update-md GitHub Actions workflow from POLICIES.md to README.md to ensure generated content is saved to the correct documentation file.
1 parent d79a0b2 commit a672d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
}
4141
}
4242
} | New-MDTable -Shrink
43-
$Content | Set-Content -Path "$($SubDir.FullName)/POLICIES.md"
43+
$Content | Set-Content -Path "$($SubDir.FullName)/README.md"
4444
}
4545
}
4646

0 commit comments

Comments
 (0)