Closed radtriste closed 2 years ago
the problem is here https://github.com/actions/toolkit/blob/b5f31bb5a25d129441c294fc81ba7f92f3e978ba/packages/exec/src/exec.ts#L27 the actions/exec considers the first word of the command is the tool to be used. Trying to figure out what's the best approach to handle/execute commands
Pull request config example:
Execute this command:
You will get this error:
Looks like similar to https://github.com/actions/toolkit/issues/461 with @action/exec command execution