From 19bbdf9fe5cfcf873dbfefaccb33c3b0bade49c8 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 14 Nov 2023 20:24:32 +0000 Subject: [PATCH] config global test --- .github/workflows/test-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index af9b784..40d7192 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -38,5 +38,6 @@ jobs: - shell: jq -C . {0} run: ${{ toJSON(steps.main.outputs) }} - run: git config --list --show-origin + working-directory: ${{ runner.temp }} - run: git clone https://github.com/actions4git/setup-git.git working-directory: ${{ runner.temp }}