From 0161e410109ab459e0303bf212ef75b31af707c5 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Mon, 13 Dec 2021 21:41:42 +0100 Subject: [PATCH] mirror.yml add step to show gitconfig from main branch --- .github/workflows/mirror.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index bcd154927..3d3cd4ec4 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -99,6 +99,10 @@ jobs: echo "A permanent error occured" exit 1 + - name: show gitconfig + run: | + cat ${GITHUB_WORKSPACE}/main/.git/config; + - name: Commit changes if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }} uses: EndBug/add-and-commit@v7