Create main.yml
This commit is contained in:
		 Ronaldson Bellande
					Ronaldson Bellande
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							3b54c2824c
						
					
				
				
					commit
					6a6c556938
				
			
							
								
								
									
										18
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| name: Sync Fork | ||||
|  | ||||
| on: | ||||
|   schedule: | ||||
|     - cron: '*/30 * * * *' # every 30 minutes | ||||
|   workflow_dispatch: # on button click | ||||
|  | ||||
| jobs: | ||||
|   sync: | ||||
|  | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
|     steps: | ||||
|       - uses: tgymnich/fork-sync@v1.8 | ||||
|         with: | ||||
|           owner: Ronaldson Bellande | ||||
|           base: main | ||||
|           head: main | ||||
		Reference in New Issue
	
	Block a user