From 9b91d603c38bfffb2c7a56b9d9cd90a9d4d542cf Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Fri, 8 Oct 2021 23:27:45 +0800 Subject: [PATCH] Update syncupstream.yml --- .github/workflows/syncupstream.yml | 1 + 1 file changed, 1 insertion(+) 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