mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
feat: git archive
This commit is contained in:
parent
938fa8a446
commit
8ce6914df2
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class GitRepository:
|
|||
|
||||
:param comments: Comments for the archive commit.
|
||||
"""
|
||||
logger.info(f"Archive: {[list(self.changed_files.keys())]}")
|
||||
logger.info(f"Archive: {list(self.changed_files.keys())}")
|
||||
self.add_change(self.changed_files)
|
||||
self.commit(comments)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue