mirror of
				https://github.com/walkxcode/dashboard-icons.git
				synced 2025-10-31 16:57:58 +01:00 
			
		
		
		
	Co-authored-by: Bjorn Lammers <walkxnl@gmail.com> Co-authored-by: Prakash Palanisamy <prakash_gitea@itsprakash.in> Co-authored-by: Prakash Palanisamy <51423001+itsprakashp@users.noreply.github.com> Co-authored-by: Dashboard Icons Bot <noreply@walkx.fyi>
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/_readme_generator.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/_readme_generator.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,4 +1,4 @@ | ||||
| name: 🚀 Generates README | ||||
| name: 🚀 Generates ICONS | ||||
|  | ||||
| on: | ||||
|   push: | ||||
| @@ -17,10 +17,10 @@ jobs: | ||||
|           python-version: "3.9" | ||||
|           architecture: "x64" | ||||
|  | ||||
|     - name: Readme Generator | ||||
|     - name: ICONS Generator | ||||
|       run: |- | ||||
|         python _ci.py | ||||
|         cat README.md | ||||
|         cat ICONS.md | ||||
|  | ||||
|     - name: Load to GitHub | ||||
|       run: |- | ||||
| @@ -28,5 +28,5 @@ jobs: | ||||
|         git config --global user.email "noreply@walkx.fyi" | ||||
|         git config --global user.name "Dashboard Icons Bot" | ||||
|         git add -A | ||||
|         git commit -m "🚀 Generates README" || exit 0 | ||||
|         git commit -m "🚀 Generates ICONS" || exit 0 | ||||
|         git push | ||||
|   | ||||
		Reference in New Issue
	
	Block a user