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'