GitHub/Jobs/RunScriptDeck.psd1

1
2
3
4
@{
    "runs-on" = "ubuntu-latest"
    steps = @('Checkout','UseScriptDeckAction')
}