mirror of
https://github.com/Swatinem/rust-cache
synced 2026-09-07 20:03:24 +00:00
typo
This commit is contained in:
Vendored
+1
-1
@@ -54734,7 +54734,7 @@ async function run() {
|
|||||||
const caches = await getCaches();
|
const caches = await getCaches();
|
||||||
for (const [type, { name, path, key, restoreKeys }] of Object.entries(caches)) {
|
for (const [type, { name, path, key, restoreKeys }] of Object.entries(caches)) {
|
||||||
const start = Date.now();
|
const start = Date.now();
|
||||||
core.startGroup(`Restoring ${name}"…`);
|
core.startGroup(`Restoring ${name}…`);
|
||||||
core.info(`Restoring to path "${path}".`);
|
core.info(`Restoring to path "${path}".`);
|
||||||
core.info(`Using keys:\n ${[key, ...restoreKeys].join("\n ")}`);
|
core.info(`Using keys:\n ${[key, ...restoreKeys].join("\n ")}`);
|
||||||
try {
|
try {
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ async function run() {
|
|||||||
const caches = await getCaches();
|
const caches = await getCaches();
|
||||||
for (const [type, { name, path, key, restoreKeys }] of Object.entries(caches)) {
|
for (const [type, { name, path, key, restoreKeys }] of Object.entries(caches)) {
|
||||||
const start = Date.now();
|
const start = Date.now();
|
||||||
core.startGroup(`Restoring ${name}"…`);
|
core.startGroup(`Restoring ${name}…`);
|
||||||
core.info(`Restoring to path "${path}".`);
|
core.info(`Restoring to path "${path}".`);
|
||||||
core.info(`Using keys:\n ${[key, ...restoreKeys].join("\n ")}`);
|
core.info(`Using keys:\n ${[key, ...restoreKeys].join("\n ")}`);
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user