Dim innactive panes
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user