mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-03 23:20:54 +00:00 
			
		
		
		
	Prefix user.email with 41898282+
		
	To match squash merge user, else showing as two different users, see: b0948d0da0
	
	
This commit is contained in:
		
					parent
					
						
							
								b6b12c8a18
							
						
					
				
			
			
				commit
				
					
						c7e6c86a0e
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/update-main-version.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/update-main-version.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -23,7 +23,7 @@ jobs:
 | 
				
			||||||
    - name: Git config
 | 
					    - name: Git config
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        git config user.name "github-actions[bot]"
 | 
					        git config user.name "github-actions[bot]"
 | 
				
			||||||
        git config user.email "github-actions[bot]@users.noreply.github.com"
 | 
					        git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
 | 
				
			||||||
    - name: Tag new target
 | 
					    - name: Tag new target
 | 
				
			||||||
      run: git tag -f ${{ github.event.inputs.main_version }} ${{ github.event.inputs.target }}
 | 
					      run: git tag -f ${{ github.event.inputs.main_version }} ${{ github.event.inputs.target }}
 | 
				
			||||||
    - name: Push new tag
 | 
					    - name: Push new tag
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -224,7 +224,7 @@ jobs:
 | 
				
			||||||
      - run: |
 | 
					      - run: |
 | 
				
			||||||
          date > generated.txt
 | 
					          date > generated.txt
 | 
				
			||||||
          git config user.name "github-actions[bot]"
 | 
					          git config user.name "github-actions[bot]"
 | 
				
			||||||
          git config user.email "github-actions[bot]@users.noreply.github.com"
 | 
					          git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
 | 
				
			||||||
          git add .
 | 
					          git add .
 | 
				
			||||||
          git commit -m "generated"
 | 
					          git commit -m "generated"
 | 
				
			||||||
          git push
 | 
					          git push
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue