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:
parent
16a133d9a7
commit
77fd223211
7 changed files with 792 additions and 638 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue