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

Commit df1e36a

Browse files
committed
fix: add git directoy to safe directories
1 parent 498b13c commit df1e36a

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
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
ref: ${{ github.event.pull_request.head.ref }}
2020
repository: ${{ github.event.pull_request.head.repo.full_name }}
21+
- name: Add repository to git safe directories
22+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
2123
- uses: actions/setup-node@v3
2224
with:
2325
node-version: 14

0 commit comments

Comments
 (0)