File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29690,9 +29690,9 @@ You can replace \x1b[1mmy-cache-key\x1b[0m with something that represents what y
2969029690
2969129691${hint}
2969229692
29693- See also https://namespace.so/docs/features/faster- github-actions#using-a-cache-volume
29693+ See also https://namespace.so/docs/solutions/ github-actions/caching
2969429694
29695- Are you running in a container? Check out https://namespace.so/docs/actions/nscloud-cache-action#advanced-running-github- jobs-in-containers`);
29695+ Are you running in a container? Check out https://namespace.so/docs/reference/github- actions/runner-configuration# jobs-in-containers`);
2969629696 }
2969729697 core.info(`Found Namespace cross-invocation cache at ${localCachePath}.`);
2969829698 const useSymlinks = shouldUseSymlinks();
Original file line number Diff line number Diff line change @@ -27097,7 +27097,7 @@ async function main() {
2709727097 lib_core.info(`${p.mountTarget}: cached`);
2709827098 }
2709927099 if (foundProblems) {
27100- lib_core.info(`See https://namespace.so/docs/actions/nscloud-cache-action for more info.`);
27100+ lib_core.info(`See https://namespace.so/docs/reference/github- actions/nscloud-cache-action for more info.`);
2710127101 }
2710227102}
2710327103
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ You can replace \x1b[1mmy-cache-key\x1b[0m with something that represents what y
5353
5454${ hint }
5555
56- See also https://namespace.so/docs/features/faster- github-actions#using-a-cache-volume
56+ See also https://namespace.so/docs/solutions/ github-actions/caching
5757
58- Are you running in a container? Check out https://namespace.so/docs/actions/nscloud-cache-action#advanced-running-github- jobs-in-containers`
58+ Are you running in a container? Check out https://namespace.so/docs/reference/github- actions/runner-configuration# jobs-in-containers`
5959 ) ;
6060 }
6161 core . info ( `Found Namespace cross-invocation cache at ${ localCachePath } .` ) ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ async function main() {
4444
4545 if ( foundProblems ) {
4646 core . info (
47- `See https://namespace.so/docs/actions/nscloud-cache-action for more info.`
47+ `See https://namespace.so/docs/reference/github- actions/nscloud-cache-action for more info.`
4848 ) ;
4949 }
5050}
You can’t perform that action at this time.
0 commit comments