We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037ae1c commit 796c762Copy full SHA for 796c762
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
options: --user root
13
steps:
14
- run: apt update && apt install git -y && git --version
15
- - run: git config --global --add safe.directory /__w/fabric/fabric
+ - run: git config --global --add safe.directory /__w/fabric-api/fabric-api
16
- uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
0 commit comments