From 5cca440433b83606df5805fe41f317a9d1daf52e Mon Sep 17 00:00:00 2001 From: ix0rai Date: Sun, 7 Jul 2024 20:36:53 -0500 Subject: [PATCH] fix actions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 219ae01461..6dbfbed6ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,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/quilted-fabric-api/quilted-fabric-api - uses: actions/checkout@v4 with: fetch-depth: 0