mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 23:39:10 +08:00
update name to actions service
This commit is contained in:
parent
77a6cb490e
commit
4cb65fcdd9
2
packages/cache/RELEASES.md
vendored
2
packages/cache/RELEASES.md
vendored
@ -52,4 +52,4 @@
|
|||||||
- Update `lockfileVersion` to `v2` in `package-lock.json [#1022](https://github.com/actions/toolkit/pull/1022)
|
- Update `lockfileVersion` to `v2` in `package-lock.json [#1022](https://github.com/actions/toolkit/pull/1022)
|
||||||
|
|
||||||
### 1.0.11
|
### 1.0.11
|
||||||
- Added support to check if Artifact cache service feature is available or not [#1028](https://github.com/actions/toolkit/pull/1028)
|
- Added support to check if Actions cache service feature is available or not [#1028](https://github.com/actions/toolkit/pull/1028)
|
||||||
|
4
packages/cache/src/cache.ts
vendored
4
packages/cache/src/cache.ts
vendored
@ -44,9 +44,9 @@ function checkKey(key: string): void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* isFeatureAvailable to check the presence of Artifact cache service
|
* isFeatureAvailable to check the presence of Actions cache service
|
||||||
*
|
*
|
||||||
* @returns boolean return true if Artifact cache service is available, otherwise false
|
* @returns boolean return true if Actions cache service feature is available, otherwise false
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export function isFeatureAvailable(): boolean {
|
export function isFeatureAvailable(): boolean {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user