diff --git a/.github/workflows/syncupstream.yml b/.github/workflows/syncupstream.yml index 3e209b08..b9e934ba 100644 --- a/.github/workflows/syncupstream.yml +++ b/.github/workflows/syncupstream.yml @@ -28,6 +28,7 @@ jobs: target_repo_token: ${{ secrets.GITHUB_TOKEN }} upstream_sync_branch: master upstream_sync_repo: restic/restic + upstream_pull_args: '--allow-unrelated-histories' # Set test_mode true to run tests instead of the true action!! #test_mode: true