mirror of
https://gitea.com/actions/stale.git
synced 2026-07-21 04:52:22 +00:00
Rename ActionCache to ActionsCache
This commit is contained in:
@@ -45,7 +45,7 @@ const getCacheArchiveUrl = async (
|
||||
return cacheDownloadUrl;
|
||||
};
|
||||
|
||||
export const downloadFileFromActionCache = async (
|
||||
export const downloadFileFromActionsCache = async (
|
||||
destFileName: string,
|
||||
cacheKey: string,
|
||||
cacheVersion: string
|
||||
|
||||
Reference in New Issue
Block a user