Non containerized version support
Hello
I have used self hosted runner which runs on windows instead of ubuntu. The runner is running successfully but when the actions gets triggered it throws following error
Run distributhor/workflow-webhook@v3 Error: Container action is only supported on Linux
Please help me with above error
Hi, apologies for only replying now. I missed this notification previously. Let me look into it before answering.
I think this action would have to be re-written using the GitHub Action Scripts and run on node to be platform agnostic. Running the action without a container could execute the bash script, but that probably won't work on a windows runner either.
What do you think @distributhor ?