GitHub/Jobs/RunBenchmarks.psd1

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