GitHubActions/Steps/WindowCmd.psd1

@{
    name  = 'Display the path'
    run   = 'echo %PATH%'
    shell = 'cmd'
}