Skip to content

Commit

Permalink
Fetching the full history
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored Sep 10, 2024
1 parent a726fe5 commit 386c011
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/traffic-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -34,8 +34,9 @@ jobs:
python3 traffic-metrics/export_traffic.py -t ${{ secrets.METRICS_GITHUB_TOKEN }} -o "$ORG"
python3 traffic-metrics/github_metrics.py -t ${{ secrets.METRICS_GITHUB_TOKEN }} -o "$ORG"
done
- name: Pull latest changes
run: git pull --rebase origin develop
- name: Fetch latest changes
run: git fetch origin develop

- name: Commit Files
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 386c011

Please sign in to comment.