Skip to content

Commit

Permalink
fetch full history
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Feb 12, 2025
1 parent dd75fb4 commit 942a284
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history so that we can compare with upstream

- name: Check for new changes
id: check_updates
Expand Down

0 comments on commit 942a284

Please sign in to comment.