From 5e2a0310f82761c139bfbcf012da60303b6f71db Mon Sep 17 00:00:00 2001 From: subochev Date: Thu, 7 May 2026 00:57:37 +0300 Subject: [PATCH] DevOps --- clone/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clone/action.yml b/clone/action.yml index 72a3d61..2ff8fd4 100644 --- a/clone/action.yml +++ b/clone/action.yml @@ -12,6 +12,10 @@ inputs: ssh-private-key: description: "SSH private key for cloning" required: true + target: + description: "Direction for cloning" + required: true + default: "." runs: using: "composite" steps: