Chomp edit notes and CI cleanup (#10211)

This commit is contained in:
Drathek
2025-02-22 02:37:06 -06:00
committed by GitHub
parent d83059498e
commit decef6b094
7 changed files with 11 additions and 14 deletions

View File

@@ -60,7 +60,7 @@ def main(repo : pygit2.Repository):
# Set up upstream remote if needed
try:
repo.remotes.create("upstream", "https://github.com/CHOMPStation2/CHOMPStation2.git")
repo.remotes.create("upstream", "https://github.com/CHOMPStation2/CHOMPStation2.git") # ChompEDIT
except ValueError:
pass
else: