Skip to content

Commit

Permalink
Merge pull request #16 from jhudsl/git-funkiness
Browse files Browse the repository at this point in the history
Add safe directory flag to avoid checks crashing
  • Loading branch information
cansavvy authored Feb 28, 2023
2 parents b525aed + 6888e81 commit ec63dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/report-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ec63dc4

Please sign in to comment.