mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-19 00:37:32 +01:00
try update readme
This commit is contained in:
2
.github/workflows/generate-template-json.py
vendored
2
.github/workflows/generate-template-json.py
vendored
@@ -81,7 +81,7 @@ try:
|
||||
os.remove("./README.md")
|
||||
except:
|
||||
print ("file don't exist")
|
||||
readme_template = open("/.github/workflows/readme-template.md", "rt")
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user