From 4d7c5eb715f80bc417adb15db72da51aee2b465d Mon Sep 17 00:00:00 2001 From: lolochristen Date: Fri, 29 Dec 2023 21:30:44 +0100 Subject: [PATCH] mod --- .../azure-static-web-apps-delightful-rock-04d533b03.yml | 3 ++- .github/workflows/release.yml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml b/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml index 89a625f..c43e3a8 100644 --- a/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml +++ b/.github/workflows/azure-static-web-apps-delightful-rock-04d533b03.yml @@ -16,10 +16,11 @@ jobs: name: Build and Deploy Job steps: - name: Config - run: git config --global --add safe.directory '*' + run: git config --global --add safe.directory /github/workspace - uses: actions/checkout@v4 with: fetch-depth: 0 + filter: tree:0 - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a15c76..ee5929f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,11 +10,12 @@ jobs: timeout-minutes: 5 steps: - name: Config - run: git config --global --add safe.directory '*' + run: git config --global --add safe.directory /github/workspace - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 + filter: tree:0 - name: Setup .NET SDK uses: actions/setup-dotnet@v1 - name: Build