workflow-webhook icon indicating copy to clipboard operation
workflow-webhook copied to clipboard

Non containerized version support

Open ankita-nema opened this issue 2 years ago • 2 comments

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

ankita-nema avatar Jul 27 '23 11:07 ankita-nema

Hi, apologies for only replying now. I missed this notification previously. Let me look into it before answering.

distributhor avatar Sep 04 '23 11:09 distributhor

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 ?

ranma2913 avatar Apr 03 '24 17:04 ranma2913