aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/autogpts-benchmark.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/autogpts-benchmark.yml b/.github/workflows/autogpts-benchmark.yml
index 10efbc530..9403f4385 100644
--- a/.github/workflows/autogpts-benchmark.yml
+++ b/.github/workflows/autogpts-benchmark.yml
@@ -68,6 +68,9 @@ jobs:
- name: Push reports to data branch
run: |
+ # BODGE: Remove success_rate.json and regression_tests.json to avoid conflicts on checkout
+ rm ${{ env.REPORTS_FOLDER }}/*.json
+
git config --global user.name 'GitHub Actions'
git config --global user.email 'github-actions@agpt.co'
git fetch origin ${{ env.REPORTS_BRANCH }}:${{ env.REPORTS_BRANCH }} \