From 197bb4971ee28375430cc36580c16f5a8174da25 Mon Sep 17 00:00:00 2001 From: Olivier Lefebvre Date: Tue, 15 Sep 2020 08:28:22 +0200 Subject: [PATCH] Update check-dependencies.yml --- .github/workflows/check-dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-dependencies.yml b/.github/workflows/check-dependencies.yml index b91ce042f..7e737798d 100644 --- a/.github/workflows/check-dependencies.yml +++ b/.github/workflows/check-dependencies.yml @@ -19,13 +19,13 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checkout the branch fix/dependencies with the PAT - - uses: actions/checkout@v2 + - uses: actions/checkout@v2 with: ref: fix/dependencies token: ${{ secrets.PAT }} + fetch-depth: 0 - name: Merge master run: | - git fetch git config user.name github-actions git config user.email github-actions@github.com git merge origin/master --allow-unrelated-histories