Skip to content

github action compatibility

Robbert Müller requested to merge github-action-compat into master

This breaks the escaping for shell arguments for github

github calls the container like this: docker run container "arg1" "arg2" "arg3"

or a something more real world docker run container "cmd" "" "README.md someotherfile.md"

in their own example, they use exec ${@} without escaping, i guess i know why

Edited by Robbert Müller

Merge request reports