mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
Fix comment
This commit is contained in:
@@ -181,7 +181,7 @@ export async function downloadDependencyCaches(
|
||||
return status;
|
||||
}
|
||||
|
||||
/** Enumerates possible outcomes for cache hits. */
|
||||
/** Enumerates possible outcomes for storing caches. */
|
||||
export enum CacheStoreResult {
|
||||
/** We were unable to calculate a hash for the key. */
|
||||
NoHash = "no-hash",
|
||||
|
||||
Reference in New Issue
Block a user