GitHubActions/Steps/PSCore.psd1

@{
    name  = 'Display the path'
    run   = 'echo ${env:PATH}'
    shell = 'pwsh'
}