Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 498b13c

Browse files
committed
fix: add github workspace to git safe directory
1 parent 7d6eed6 commit 498b13c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
6969
ref: ${{ github.event.pull_request.head.ref }}
7070
repository: ${{ github.event.pull_request.head.repo.full_name }}
71+
- name: Add repository to git safe directories
72+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
7173
- name: Download patch
7274
uses: actions/download-artifact@v3
7375
with:

0 commit comments

Comments
 (0)