action-slack-notify
action-slack-notify copied to clipboard
No support for windows-latest
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
Its not supporting windows.
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.