From 2214c246c4b10f709ead1ce487f42e8511bfc5fd Mon Sep 17 00:00:00 2001 From: Martynas Pumputis Date: Mon, 17 Jul 2023 12:27:20 +0200 Subject: [PATCH] action: Add a note about $ escaping Signed-off-by: Martynas Pumputis --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 76a77a19..231042ed 100644 --- a/action.yaml +++ b/action.yaml @@ -18,7 +18,7 @@ inputs: # renovate: datasource=github-tags depName=cilium/little-vm-helper default: 'v0.0.8' cmd: - description: 'Commands to run in a VM' + description: 'Commands to run in a VM (any occurance of "$" within "cmd" must be escaped)' required: true ssh-port: description: 'SSH port for VM on a host'