joergbrech/moxunit-action

It looks like there's an error when running `entrypoint.sh`:

Opened this issue · 0 comments

It looks like there's an error when running entrypoint.sh:

/entrypoint.sh: 28: [: code: unexpected operator

Originally posted by @jakebeal in #20 (comment)

The problem is that the entrypoint is executing bash commands using the #/bin/sh -l shebang.

Thanks @jakebeal for the find!