diff --git a/.github/actions/cache-dotnet/action.yml b/.github/actions/cache-dotnet/action.yml index 7271644163..dee5e02354 100644 --- a/.github/actions/cache-dotnet/action.yml +++ b/.github/actions/cache-dotnet/action.yml @@ -5,6 +5,8 @@ runs: steps: - name: Cache NuGet packages uses: actions/cache@v4 + env: + ACTIONS_CACHE_URL: ${{ vars.ACTIONS_CACHE_URL }} with: path: | ~/.nuget/packages