mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +01:00
fix service todo
This commit is contained in:
3
.github/workflows/generate-template-json.py
vendored
3
.github/workflows/generate-template-json.py
vendored
@@ -91,8 +91,7 @@ try:
|
||||
readme_template = open(".github/workflows/Readme-template.md", "rt")
|
||||
readme_result = open("README.md", "wt")
|
||||
for line in readme_template:
|
||||
readme_result.write(line.replace('##SERVICES##', SERVICES))
|
||||
readme_result.write(line.replace('##SERVICES_TODO##', SERVICES_TODO))
|
||||
readme_result.write(line.replace('##SERVICES##', SERVICES).replace('##SERVICES_TODO##', SERVICES_TODO))
|
||||
readme_template.close()
|
||||
readme_result.close()
|
||||
print ("\n ✅ README.md generated !")
|
||||
|
||||
Reference in New Issue
Block a user