diff --git a/agent/Auto-GPT b/agent/Auto-GPT index 1d9a7c6d579..3a2d08fb415 160000 --- a/agent/Auto-GPT +++ b/agent/Auto-GPT @@ -1 +1 @@ -Subproject commit 1d9a7c6d5792378e1fb34c8591c7dc6eb1dd1a1d +Subproject commit 3a2d08fb415071cc94dd6fcee24cfbdd1fb487dd diff --git a/send_to_googledrive.py b/send_to_googledrive.py index 0f2f9cc938a..262be13c3cd 100644 --- a/send_to_googledrive.py +++ b/send_to_googledrive.py @@ -56,7 +56,7 @@ def process_test( "non_mock_success_%", "" ), "Run Time": test_info.get("metrics", {}).get("run_time", ""), - "Git Commit Sha": common_data.get("git_commit_sha", None), + "Benchmark Git Commit Sha": common_data.get("git_commit_sha", None), "Cost": test_info.get("metrics", {}).get("cost", ""), }