this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: set ping to false if not set

dusk affe0262 046fcede

+1 -1
+1 -1
deploy.nu
··· 6 6 7 7 source-env secrets/deploy-webhook.nu 8 8 9 - def webhook [title: string, content: string, exit_code?: number, ping?: bool] { 9 + def webhook [title: string, content: string, exit_code?: number, ping?: bool = false] { 10 10 let type = if $exit_code == null { "⌛" } else if $exit_code == 0 { "✔️" } else { "❌" } 11 11 let msg = { 12 12 embeds: [{