Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 21, 2024
1 parent 870277d commit 9bdbb86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def get_organizations():

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

Expand Down Expand Up @@ -106,4 +107,4 @@ def main():
logger.info("Finished.")

if __name__ == "__main__":
main()
main()

0 comments on commit 9bdbb86

Please sign in to comment.