mirror of
				https://github.com/MetaCubeX/meta-rules-dat.git
				synced 2025-11-03 17:46:54 +08:00 
			
		
		
		
	Change git commit user to @actions-user
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -167,8 +167,8 @@ jobs:
 | 
			
		||||
        run: |
 | 
			
		||||
          cd publish
 | 
			
		||||
          git init
 | 
			
		||||
          git config --local user.name "${{ github.actor }}"
 | 
			
		||||
          git config --local user.email "${{ github.actor }}@users.noreply.github.com"
 | 
			
		||||
          git config --local user.name "actions"
 | 
			
		||||
          git config --local user.email "action@github.com"
 | 
			
		||||
          git checkout -b release
 | 
			
		||||
          git add .
 | 
			
		||||
          git commit -m "${{ env.RELEASE_NAME }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user