1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2025-07-15 09:20:46 +00:00

Enhancement: Allow usage when GITHUB_REF or ACTIONS_CACHE_REF are defined

This commit is contained in:
Andreas Möller 2020-05-16 23:05:56 +02:00
parent 16a133d9a7
commit 77fd223211
No known key found for this signature in database
GPG key ID: 9FB20A0BAF60E11F
7 changed files with 792 additions and 638 deletions

View file

@ -34,4 +34,4 @@ export enum CompressionMethod {
// is aborted.
export const SocketTimeout = 5000;
export const RefKey = "GITHUB_REF";
export const RefKeys = ["ACTIONS_CACHE_REF", "GITHUB_REF"];