From 0159d28198e60e7fdec48e7b53e7f876991be89f Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Tue, 16 Jan 2024 09:55:47 +0000 Subject: [PATCH] dump git config --- .github/workflows/on-commit.yml | 1 + entrypoint.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index db31465..07bb598 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -28,6 +28,7 @@ jobs: run: | du -a git config --global --add safe.directory /github/workspace/create-bosh-release-action-test-boshrelease + git --no-pager config --global --list - name: Test dev release id: test_dev_release diff --git a/entrypoint.sh b/entrypoint.sh index 2d52b76..041fa6e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -47,6 +47,7 @@ remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@${GITHUB_SERVER_URL#https:/ git config --global user.name "actions/bosh-packager@v2" git config --global user.email "<>" git config --global --add safe.directory /github/workspace +git --no-pager config --global --list if [ "${release}" == "true" ]; then # remove existing release if any