diff --git a/.github/workflows/agents-weekly-metrics.yml b/.github/workflows/agents-weekly-metrics.yml index 4e943e617..444f171f8 100644 --- a/.github/workflows/agents-weekly-metrics.yml +++ b/.github/workflows/agents-weekly-metrics.yml @@ -41,8 +41,11 @@ jobs: done - name: Aggregate metrics + env: + METRICS_DIR: artifacts + OUTPUT_PATH: agent-weekly-metrics.md run: | - python scripts/aggregate_agent_metrics.py --artifacts-dir artifacts --output agent-weekly-metrics.md + python scripts/aggregate_agent_metrics.py - name: Upload weekly summary uses: actions/upload-artifact@v4