1
0
Fork 0

add debug

Link-/blobcache-spike
Bassem Dghaidi 2024-05-23 09:04:37 -07:00 committed by GitHub
parent 32dbccb77b
commit 264230c2c5
4 changed files with 2546 additions and 154 deletions

2678
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,5 +32,19 @@
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@actions/artifact": "^2.1.7",
"@actions/attest": "^1.2.1",
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.4.0",
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"tunnel": "^0.0.6",
"undici": "^6.18.1"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "@actions/attest",
"version": "1.2.0",
"version": "1.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/attest",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",

View File

@ -112,7 +112,7 @@ export async function getCacheEntry(
options?.enableCrossOsArchive
)
core.console.log(`We're running from the abyss`);
core.debug(`We're running from the abyss`);
const resource = `cache?keys=${encodeURIComponent(
keys.join(',')