mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 01:58:36 +08:00 
			
		
		
		
	Fix user.* git-config example
See https://github.com/orgs/community/discussions/26560.
This commit is contained in:
		
							parent
							
								
									2541b1294d
								
							
						
					
					
						commit
						1667c9c077
					
				|  | @ -217,8 +217,8 @@ jobs: | |||
|       - uses: actions/checkout@v3 | ||||
|       - run: | | ||||
|           date > generated.txt | ||||
|           git config user.name github-actions | ||||
|           git config user.email github-actions@github.com | ||||
|           git config user.name 'github-actions[bot]' | ||||
|           git config user.email '41898282+github-actions[bot]@users.noreply.github.com' | ||||
|           git add . | ||||
|           git commit -m "generated" | ||||
|           git push | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Ganden Schaffner
						Ganden Schaffner