mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-16 15:41:15 +01:00
Add twirp client
This commit is contained in:
parent
a2aae2e903
commit
270eaa9768
5 changed files with 30492 additions and 20 deletions
7627
dist/restore-only/index.js
vendored
7627
dist/restore-only/index.js
vendored
File diff suppressed because it is too large
Load diff
7627
dist/restore/index.js
vendored
7627
dist/restore/index.js
vendored
File diff suppressed because it is too large
Load diff
7628
dist/save-only/index.js
vendored
7628
dist/save-only/index.js
vendored
File diff suppressed because it is too large
Load diff
7628
dist/save/index.js
vendored
7628
dist/save/index.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -32,8 +32,6 @@ export async function saveImpl(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
core.info(`We're running from the awesome codebase!!!`)
|
|
||||||
|
|
||||||
// If restore has stored a primary key in state, reuse that
|
// If restore has stored a primary key in state, reuse that
|
||||||
// Else re-evaluate from inputs
|
// Else re-evaluate from inputs
|
||||||
const primaryKey =
|
const primaryKey =
|
||||||
|
|
Loading…
Reference in a new issue