Closing all processes in windows using SSH from GitHub using taskkill command
I am having GitHub workflow to connect to windows using SSH, this connection to use taskkill to close all processes using taskkill command and delete directory , then copy directory using scp command.