goodwithtech / dockle-action

Apache License 2.0
6 stars 4 forks source link

Trim command line arguments #6

Closed massongit closed 11 months ago

massongit commented 11 months ago

https://github.com/goodwithtech/dockle-action/blob/11c82d478fec09ed1aa56d933eab25218e22bb90/entrypoint.sh#L53-L55

It is not correctly determined whether to execute dockle twice because command line arguments $output ( -o ) and $exitCode ( -c ) are not trimmed. Therefore, I fix to trim command line arguments.

tomoyamachi commented 11 months ago

@massongit Thank you for your contribution!