Skip to content

Commit 6cfa467

Browse files
Fix Update-ModuleList to target the MODULE_CATALOG section marker
1 parent c0e6ede commit 6cfa467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/update-index/src/Helper.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ $moduleTableRows</table>
229229
230230
"@
231231

232-
Update-MDSection -Path '.\src\docs\Modules\Catalog\index.md' -Name 'MODULE_LIST' -Content $moduleTable
232+
Update-MDSection -Path '.\src\docs\Modules\Catalog\index.md' -Name 'MODULE_CATALOG' -Content $moduleTable
233233
}
234234

235235
function Update-FunctionAppList {

0 commit comments

Comments
 (0)