This commit is contained in:
		
							
								
								
									
										16
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -9,11 +9,13 @@ steps:
 | 
			
		||||
  commands:
 | 
			
		||||
  - pip install badgie
 | 
			
		||||
  - badgie -w README.md
 | 
			
		||||
  - git add . && git commit -m "Badgie 🐦" && git push --set-upstream origin main
 | 
			
		||||
  - git add . && git commit -m "Badgie " && git push origin main
 | 
			
		||||
 | 
			
		||||
- name: Update file
 | 
			
		||||
  image: python
 | 
			
		||||
  commands:
 | 
			
		||||
  - python scripts/script.py
 | 
			
		||||
  status:
 | 
			
		||||
  - success
 | 
			
		||||
# - name: update-readme
 | 
			
		||||
#   image: alpine/git
 | 
			
		||||
#   commands:
 | 
			
		||||
#   - git config user.name "Your Name"
 | 
			
		||||
#   - git config user.email "your.email@example.com"
 | 
			
		||||
#   - git add README.md
 | 
			
		||||
#   - git commit -m "Update README.md 🐦"
 | 
			
		||||
#   - git push origin master
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user