escaped spaces update

This commit is contained in:
Foat Akhmadeev 2025-03-19 20:38:18 +03:00
parent f736377de1
commit 2ad594c591
3 changed files with 31 additions and 12 deletions

View file

@ -31,7 +31,7 @@ inputs:
extra_args:
description: |
Extra args to be passed to podman. Space-separated. e.g.
-e=MY_ENV=Test -e=MY_ENV=Test2
-e=MY_ENV=Test -e=MY_ENV=Test2 -e MY_ENV="Var\ with\ spaces"
required: false
dockerfile:
description: Path to the Dockerfile. If set, build step is performed.