GitHub/Jobs/RunScriptDeck.psd1

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