GitHub/Steps/Bash.psd1

@{
    name  = 'Display the path'
    run   = 'echo $PATH'
    shell = 'bash'
}