mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	ci: fix pr branch name in releases-json workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/releases-json.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/releases-json.yml
									
									
									
									
										vendored
									
									
								
							@@ -46,7 +46,7 @@ jobs:
 | 
			
		||||
        uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
 | 
			
		||||
        with:
 | 
			
		||||
          base: master
 | 
			
		||||
          branch: releases-json/${{ github.event.release.name }}
 | 
			
		||||
          branch: bot/releases-json
 | 
			
		||||
          commit-message: "github: update .github/releases.json"
 | 
			
		||||
          signoff: true
 | 
			
		||||
          delete-branch: true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user