mirror of
https://github.com/actions/stale.git
synced 2025-12-13 05:28:02 +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