Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91345ed

Browse files
authored
ci: fix unsafe directory bug (anuraghazra#2518)
This commit fixes a bug that was introduced due to a upstream change inthe git package. Seehttps://stackoverflow.com/questions/71849415/i-cannot-add-the-parent-directory-to-safe-directory-in-git/71904131#71904131for more information.
1 parent55a303b commit91345ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/generate-theme-doc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
node-version:${{ matrix.node-version }}
2424
cache:npm
2525

26+
# Fix the unsafe repo error which was introduced by the CVE-2022-24765 git patches.
27+
-name:Fix unsafe repo error
28+
run:git config --global --add safe.directory ${{ github.workspace }}
29+
2630
-name:npm install, generate readme
2731
run:|
2832
npm ci

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp