Skip to content

Commit

Permalink
action: Add a note about $ escaping
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and kkourt committed Jul 17, 2023
1 parent 0f18a9b commit 2214c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2214c24

Please sign in to comment.