From 6888e813420d5f7bccc2f40bd22f4fcc902223aa Mon Sep 17 00:00:00 2001 From: avahoffman Date: Tue, 28 Feb 2023 17:05:46 -0500 Subject: [PATCH] Add safe directory flag --- .github/workflows/report-maker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/report-maker.yml b/.github/workflows/report-maker.yml index 59fd900..b8dc9ca 100644 --- a/.github/workflows/report-maker.yml +++ b/.github/workflows/report-maker.yml @@ -114,6 +114,7 @@ jobs: run: | branch_name='preview-${{ github.event.pull_request.number }}' + git config --system --add safe.directory "$GITHUB_WORKSPACE" git config --local user.email "itcrtrainingnetwork@gmail.com" git config --local user.name "jhudsl-robot"