We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b204f commit 9cd92c6Copy full SHA for 9cd92c6
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
options: --user root
28
steps:
29
- run: apt update && apt install git -y && git --version
30
- - run: git config --global --add safe.directory /__w/fabric/fabric
+ - run: git config --global --add safe.directory /__w/ForgifiedFabricAPI/ForgifiedFabricAPI
31
- uses: actions/checkout@v4
32
with:
33
fetch-depth: 0
0 commit comments