Skip to content

Commit

Permalink
Fix CI ownership error
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Aug 9, 2024
1 parent 28b204f commit 9cd92c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
options: --user root
steps:
- run: apt update && apt install git -y && git --version
- run: git config --global --add safe.directory /__w/fabric/fabric
- run: git config --global --add safe.directory /__w/ForgifiedFabricAPI/ForgifiedFabricAPI
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 9cd92c6

Please sign in to comment.