Skip to content

Commit 5ea8b33

Browse files
authored
added safe directory for manually merge latest main 2 (#216)
1 parent 08addee commit 5ea8b33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ jobs:
172172
- name: manually merge latest main
173173
if: github.event_name == 'pull_request_target'
174174
run: |
175+
git config --global --add safe.directory $GITHUB_WORKSPACE
176+
175177
git config user.name "github-actions"
176178
git config user.email "github-actions@github.com"
177179

0 commit comments

Comments
 (0)