From 0064c0357f6abd90e05902f42089876a630a3543 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 23 Jun 2021 22:11:41 -0500 Subject: [PATCH] ci: merge-variants: fetch all history and batch mode --- .github/workflows/merge-variants.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-variants.yml b/.github/workflows/merge-variants.yml index 3d10249a..5f539825 100644 --- a/.github/workflows/merge-variants.yml +++ b/.github/workflows/merge-variants.yml @@ -10,7 +10,11 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v2.3.4 - - run: | + with: + # fetch all history for merging operations + fetch-depth: 0 + - name: Run docker-versions-create + run: | git config --add user.name "${GITHUB_ACTOR:-Github Actions}" git config --add user.email "actions@github.com" - ./docker-versions-create.sh + ./docker-versions-create.sh -b