mthalman / docker-bump-action

MIT License
2 stars 0 forks source link

Use escaped quotes for entrypoint call #16

Closed mthalman closed 5 months ago

mthalman commented 5 months ago

Since these are being passed to a command, a variable value that is empty would get treated like -BaseStageName -Architecture amd64 instead of -BaseStageName "" -Architecture amd64. The args for docker-bump-checker need to have escaped quotes in order to account for empty values.