mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +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
									
									
								
							@@ -46,7 +46,13 @@ jobs:
 | 
				
			|||||||
            git checkout update-app-headers
 | 
					            git checkout update-app-headers
 | 
				
			||||||
          fi
 | 
					          fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # Step 5: Ensure .app-headers file exists (if missing, create it)
 | 
					      # Step 4.1: Configure Git user
 | 
				
			||||||
 | 
					      - name: Configure Git user
 | 
				
			||||||
 | 
					        run: |
 | 
				
			||||||
 | 
					          git config --global user.name "github-actions[bot]"
 | 
				
			||||||
 | 
					          git config --global user.email "github-actions[bot]@users.noreply.github.com"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      # Step 5: Ensure .app-headers file exists
 | 
				
			||||||
      - name: Ensure .app-headers file exists
 | 
					      - name: Ensure .app-headers file exists
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          if [ ! -f ".app-headers" ]; then
 | 
					          if [ ! -f ".app-headers" ]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user