mirror of
https://github.com/docker/setup-qemu-action.git
synced 2025-05-12 21:52:49 +08:00
test
This commit is contained in:
parent
bfe033555f
commit
08194656bb
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -28,7 +28,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
local-cache-path:
|
local-cache-path:
|
||||||
- tmp/cache
|
- tmp/cache
|
||||||
- ''
|
# - ''
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
|
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -15,11 +15,6 @@ actionsToolkit.run(
|
|||||||
async () => {
|
async () => {
|
||||||
const input: context.Inputs = context.getInputs();
|
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 core.group(`Docker info`, async () => {
|
||||||
await Docker.printVersion();
|
await Docker.printVersion();
|
||||||
await Docker.printInfo();
|
await Docker.printInfo();
|
||||||
|
Loading…
Reference in New Issue
Block a user