Closed orbtl closed 10 months ago
Hi @orbtl, this doesn't appear to be a bug with this action, it's likely a bug with your self-hosted runner version. I'll recommend creating an issue in the runner repository instead.
Hi @orbtl, this doesn't appear to be a bug with this action, it's likely a bug with your self-hosted runner version. I'll recommend creating an issue in the runner repository instead.
Hi @jackton1 , I started out on github runner version 2.308.0
and when I encountered this bug I thought maybe it was because the runner was out of date, so I updated it to the newest version, 2.312.0
and still had the same issue, which is when I submitted this bug issue.
Could you please recommend a github runner version that is compatible with this repo?
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
Action failing after
Run reviewdog/action-setup@v1
andRun set -eu
steps withError: sh: command not found
To Reproduce
Running in a self-hosted runner on Windows Server 2016 as a service, github runner version 2.312.0. Action .yml config file is as follows:
On commit or pull request, action runs and fails with the logs supplied below. Not sure what is causing this or how to fix
What OS are you seeing the problem on?
windows-latest or windows-2022
Expected behavior?
Expected linter to run
Relevant log output
Has all relevant logs been included?
Anything else?
No response
Code of Conduct