mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Update generate-app-headers.yaml
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/generate-app-headers.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/generate-app-headers.yaml
									
									
									
									
										vendored
									
									
								
							@@ -42,11 +42,11 @@ jobs:
 | 
			
		||||
          git config --global user.name "github-actions[bot]"
 | 
			
		||||
          git config --global user.email "github-actions[bot]@users.noreply.github.com"
 | 
			
		||||
          
 | 
			
		||||
          git add misc/.app-headers
 | 
			
		||||
          git commit -m "[core]: update .app-headers to latest version"
 | 
			
		||||
          # Check if there are changes to commit
 | 
			
		||||
          git diff --quiet || git commit -am "[core]: update .app-headers to latest version"
 | 
			
		||||
          
 | 
			
		||||
          # Push changes to the branch
 | 
			
		||||
          git push origin update-app-headers --force
 | 
			
		||||
          # Push changes to the branch only if there are changes
 | 
			
		||||
          git push origin update-app-headers --force || echo "No changes to push"
 | 
			
		||||
 | 
			
		||||
      - name: Create pull request
 | 
			
		||||
        id: create-pr
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user