mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	push-to-gitea.yaml (#5521)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							db77e42a50
						
					
				
				
					commit
					491b341fdf
				
			
							
								
								
									
										5
									
								
								.github/workflows/push-to-gitea.yaml
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/push-to-gitea.yaml
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -33,14 +33,15 @@ jobs:
 | 
				
			|||||||
            echo "No files found containing GitHub raw URLs"
 | 
					            echo "No files found containing GitHub raw URLs"
 | 
				
			||||||
          fi
 | 
					          fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          git add .
 | 
					          
 | 
				
			||||||
          git commit -m "Sync to Gitea"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Push to Gitea
 | 
					      - name: Push to Gitea
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          git config --global user.name "Push From Github"
 | 
					          git config --global user.name "Push From Github"
 | 
				
			||||||
          git config --global user.email "actions@github.com"
 | 
					          git config --global user.email "actions@github.com"
 | 
				
			||||||
          git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@git.community-scripts.org/community-scripts/ProxmoxVE.git
 | 
					          git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@git.community-scripts.org/community-scripts/ProxmoxVE.git
 | 
				
			||||||
 | 
					          git add .
 | 
				
			||||||
 | 
					          git commit -m "Sync to Gitea"
 | 
				
			||||||
          git push gitea --all
 | 
					          git push gitea --all
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          GITEA_USER: ${{ secrets.GITEA_USERNAME }}
 | 
					          GITEA_USER: ${{ secrets.GITEA_USERNAME }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user