mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: name and email convention (#3871)
## About the changes Minor improvement to communicate the author of a commit as `Name <Email>` Another option is to send email and name in different fields but we're only using it here https://github.com/ivarconr/unleash-enterprise/blob/master/.github/update_dependency_version.sh#L39 so this should be fine
This commit is contained in:
		
							parent
							
								
									f73d36fda3
								
							
						
					
					
						commit
						c7d8c9fd25
					
				
							
								
								
									
										2
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							@ -55,7 +55,7 @@ jobs:
 | 
				
			|||||||
              inputs: {
 | 
					              inputs: {
 | 
				
			||||||
                 repository: "${{ github.repository }}",
 | 
					                 repository: "${{ github.repository }}",
 | 
				
			||||||
                 commit: "${{ github.event.head_commit.id }}",
 | 
					                 commit: "${{ github.event.head_commit.id }}",
 | 
				
			||||||
                 actor: "${{ github.event.head_commit.committer.username }}",
 | 
					                 actor: "${{ github.event.head_commit.committer.name }} <${{ github.event.head_commit.committer.email }}>",
 | 
				
			||||||
                 message: ${{ toJSON(github.event.head_commit.message) }},
 | 
					                 message: ${{ toJSON(github.event.head_commit.message) }},
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            })
 | 
					            })
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user