reviewdog / action-suggester

:dog: Suggests any code changes based on diff through GitHub Multi-line code suggestions by using reviewdog
MIT License
106 stars 13 forks source link

run scripts with the current shell #39

Closed shogo82148 closed 1 year ago

shogo82148 commented 1 year ago

Some environments don't have /bin/bash and/or /bin/sh. In these environments, you may see the following log.

/run/github-runner/runner1/_temp/4afc4738-e60d-4450-b422-c30a1edec6b7.sh: line 1: /run/github-runner/runner1/_actions/reviewdog/action-setup/v1/install.sh: cannot execute: required file not found
Error: Process completed with exit code 127.

This pull request may fix https://github.com/reviewdog/action-suggester/issues/35.