mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix append changelog title
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -645,7 +645,7 @@ jobs:
 | 
			
		||||
          script: |
 | 
			
		||||
            const { repo, owner } = context.repo;
 | 
			
		||||
            const result = await github.rest.pulls.create({
 | 
			
		||||
              title: '[Documentation] Add ${{ needs.publish-release.outputs.version }} changelog',
 | 
			
		||||
              title: 'Documentation: Add ${{ needs.publish-release.outputs.version }} changelog',
 | 
			
		||||
              owner,
 | 
			
		||||
              repo,
 | 
			
		||||
              head: '${{ needs.publish-release.outputs.version }}-changelog',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user