Tweaking README generation step.

This commit is contained in:
2025-01-09 11:09:32 -05:00
parent 82e9a3d8ff
commit 0f77a29600
+2 -2
View File
@@ -143,9 +143,9 @@ jobs:
- name: Regenerate README
uses: gnpaone/dynamic-update-readme@v1.0.2
with:
marker_text: <!-- SERVICES_LIST_START --><!-- SERVICES_LIST_END -->
marker_text: "SERVICES_LIST"
markdown_text: |
```yaml
```json
${{ env.SERVICES_LIST }}
````