Skip to content

Commit 9cd92c6

Browse files
committed
Fix CI ownership error
1 parent 28b204f commit 9cd92c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
options: --user root
2828
steps:
2929
- run: apt update && apt install git -y && git --version
30-
- run: git config --global --add safe.directory /__w/fabric/fabric
30+
- run: git config --global --add safe.directory /__w/ForgifiedFabricAPI/ForgifiedFabricAPI
3131
- uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0

0 commit comments

Comments
 (0)