fix: pass ACTIONS_CACHE_URL from Gitea variable to cache action

This commit is contained in:
2025-12-16 16:05:47 +01:00
committed by Codex
parent da289f3b1d
commit 0da8201aaf

View File

@@ -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