mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-07 02:28:05 +08:00
add debug
This commit is contained in:
4
packages/attest/package-lock.json
generated
4
packages/attest/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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(',')
|
||||
|
||||
Reference in New Issue
Block a user