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
									
									
								
							@@ -46,7 +46,13 @@ jobs:
 | 
			
		||||
            git checkout update-app-headers
 | 
			
		||||
          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
 | 
			
		||||
        run: |
 | 
			
		||||
          if [ ! -f ".app-headers" ]; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user