diff --git a/.github/workflows/git-repo-sync.yml b/.github/workflows/git-repo-sync.yml index 0d53106b36..510f048c44 100644 --- a/.github/workflows/git-repo-sync.yml +++ b/.github/workflows/git-repo-sync.yml @@ -7,6 +7,7 @@ on: - master tags: - '**' + workflow_dispatch: jobs: build: @@ -15,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 2 + fetch-depth: 100 - name: Setup Environment shell: bash run: |