Skip to content

Commit 9bdbb86

Browse files
Update main.py
1 parent 870277d commit 9bdbb86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def get_organizations():
6464

6565
def generate_markdown(orgs):
6666
logger.debug("Generating markdown for organizations.")
67-
markdown_content = "# GitHub Organizations\n\n"
67+
markdown_content = "> This page is automatically generated. Any manual changes will be lost. See: https://github.com/GlueOps/getoutline-docs-update-github \n\n"
68+
markdown_content = "# Full list of GitHub Organizations\n\n"
6869
markdown_content += "| Organization Name | Description |\n"
6970
markdown_content += "|-------------------|-------------|\n"
7071

@@ -106,4 +107,4 @@ def main():
106107
logger.info("Finished.")
107108

108109
if __name__ == "__main__":
109-
main()
110+
main()

0 commit comments

Comments
 (0)