mirror of
				https://github.com/vdsm/virtual-dsm.git
				synced 2025-11-04 08:54:51 +08:00 
			
		
		
		
	Update build.yml
Update build.yml
This commit is contained in:
		
						commit
						81fe779b8d
					
				
							
								
								
									
										17
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -88,9 +88,22 @@ jobs:
 | 
			
		||||
      with:
 | 
			
		||||
        name: 'MINOR'
 | 
			
		||||
        value: ${{ env.NEW_MINOR }}
 | 
			
		||||
        repository: ${{ github.repository }}
 | 
			
		||||
        token: ${{ secrets.REPO_ACCESS_TOKEN }}
 | 
			
		||||
  
 | 
			
		||||
    -
 | 
			
		||||
      name: Update major version variable
 | 
			
		||||
      uses: kroese/set-variable@v2
 | 
			
		||||
      with:
 | 
			
		||||
        name: 'MAJOR'
 | 
			
		||||
        value: ${{ secrets.MAJOR }}
 | 
			
		||||
        token: ${{ secrets.REPO_ACCESS_TOKEN }}
 | 
			
		||||
    -
 | 
			
		||||
      name: Update minor version variable
 | 
			
		||||
      uses: kroese/set-variable@v2
 | 
			
		||||
      with:
 | 
			
		||||
        name: 'MINOR'
 | 
			
		||||
        value: ${{ env.NEW_MINOR }}
 | 
			
		||||
        token: ${{ secrets.REPO_ACCESS_TOKEN }}
 | 
			
		||||
 | 
			
		||||
  mirror:
 | 
			
		||||
    name: Mirror
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user