Dim innactive panes
This commit is contained in:
parent
860db9ba38
commit
a743ac830c
@ -2,6 +2,17 @@
|
|||||||
steps:
|
steps:
|
||||||
deps:
|
deps:
|
||||||
name: Download dependencies
|
name: Download dependencies
|
||||||
imag: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo 1
|
- echo 1
|
||||||
|
mail:
|
||||||
|
image: deblan/woodpecker-email
|
||||||
|
settings:
|
||||||
|
from.address: noreply@github.com
|
||||||
|
from.name: John Smith
|
||||||
|
host: smtp.mailgun.org
|
||||||
|
username:
|
||||||
|
from_secret: check
|
||||||
|
password: 12345
|
||||||
|
recipients:
|
||||||
|
- octocat@github.com
|
||||||
|
Loading…
Reference in New Issue
Block a user