This commit is contained in:
문성하 2025-02-02 22:07:58 +09:00
parent bfe033555f
commit 08194656bb
No known key found for this signature in database
4 changed files with 4 additions and 8 deletions

View File

@ -28,7 +28,8 @@ jobs:
matrix:
local-cache-path:
- tmp/cache
- ''
# - ''
steps:
-
name: Checkout

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -15,11 +15,6 @@ actionsToolkit.run(
async () => {
const input: context.Inputs = context.getInputs();
// 디버깅을 위한 로그 추가
core.info(`Local cache path: "${input.localCachePath}"`);
core.info(`Local cache path type: ${typeof input.localCachePath}`);
core.info(`Is empty string: ${input.localCachePath === ''}`);
await core.group(`Docker info`, async () => {
await Docker.printVersion();
await Docker.printInfo();