Skip to content

Commit

Permalink
Merge pull request #7 from Constructor-io/pe-658/check-upstream-in-sync
Browse files Browse the repository at this point in the history
fix: fetch depth with
  • Loading branch information
svennjegac authored Oct 3, 2023
2 parents 2cb8219 + 0fba37d commit e3dd0c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
working-directory: ./
steps:
- uses: actions/checkout@v3
fetch-depth: 0
with:
fetch-depth: 0
- name: Sync fork
env:
FORK: "https://github.com/Constructor-io/zerolog-sentry"
Expand Down

0 comments on commit e3dd0c8

Please sign in to comment.