curl
                                
                                 curl copied to clipboard
                                
                                    curl copied to clipboard
                            
                            
                            
                        Add support for Windows ?
Hi, thank you for this nice Github Action.
Unfortunately it does not work on Windows. It could function on Windows by using the preinstalled msys2's wget.exe executable at C:\msys64\usr\bin\wget.exe (not in PATH)
:)
That's a limitation of GitHub Actions in general, not of this action. Docker actions are only supported on Linux runners:
 
https://docs.github.com/en/actions/creating-actions/about-custom-actions#types-of-actions
OK thank you! NP