Skip to content

Commit

Permalink
Update traffic-metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored Aug 13, 2024
1 parent 64824e3 commit 11576d7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/traffic-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,9 @@ jobs:
python3 traffic-metrics/github_metrics.py -t ${{ secrets.METRICS_GITHUB_TOKEN }} -o "$ORG"
done
- name: Aggregate Metrics
run: python3 traffic-metrics/aggregate_metrics.py

- name: List aggregated output files
run: ls -l ./aggregated_output

- name: Commit Files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Update aggregated metrics"
commit_user_name: "Saikrishna Bairamoni"
commit_user_email: "saikrishna.bairamoni@leidos.com"
file_pattern: "./aggregated_output/*.csv"

0 comments on commit 11576d7

Please sign in to comment.