From eefc73d72b0dcfb4b19ee1adf82a07925e5190ae Mon Sep 17 00:00:00 2001 From: kengo-k <31839234+kengo-k@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:04:04 +0900 Subject: [PATCH] chore --- internal/get/action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/get/action.yaml b/internal/get/action.yaml index ce86c1e..f959ab8 100644 --- a/internal/get/action.yaml +++ b/internal/get/action.yaml @@ -7,6 +7,9 @@ inputs: args: description: 'Who to greet' required: true +outputs: + docker_command: + description: 'The generated docker command' runs: using: 'docker' image: 'Dockerfile'