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 Sep 10, 2024
1 parent fd8f3e9 commit 522e141
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/traffic-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ jobs:
python3 traffic-metrics/github_metrics.py -t ${{ secrets.METRICS_GITHUB_TOKEN }} -o "$ORG"
done
- name: Pull latest changes from the remote develop branch
run: git pull origin develop

- name: Commit Files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update Traffic metrics"
commit_user_name: "Saikrishna Bairamoni"
commit_user_email: "saikrishna.bairamoni@leidos.com"
commit_user_email: "saikrishna.bairamoni@leidos.com"

0 comments on commit 522e141

Please sign in to comment.