forked from space-syndicate/space-station-14
fix: pass ACTIONS_CACHE_URL from Gitea variable to cache action
This commit is contained in:
2
.github/actions/cache-dotnet/action.yml
vendored
2
.github/actions/cache-dotnet/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user