action-slack-notify icon indicating copy to clipboard operation
action-slack-notify copied to clipboard

No support for windows-latest

Open ArchieCoder opened this issue 5 years ago • 1 comments
trafficstars

Hi,

Until the action is not supported on windows-latest, it should be written in the documentation that it runs only on ubuntu.

Thanks

ArchieCoder avatar Apr 01 '20 20:04 ArchieCoder

Its not supporting windows.

AlexShemeshWix avatar Jul 15 '20 07:07 AlexShemeshWix

In a similar fashion to #22, GitHub runners for Windows do not support container based actions, and we don't plan on shipping native Windows executables for the action. Instead, consider breaking your workflow into multiple steps and using the action from a different workflow step running on a Linux runner, similar to resolution suggested by @thefex in #22.

L0RD-ZER0 avatar Mar 11 '24 13:03 L0RD-ZER0