mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:20:20 +00:00 
			
		
		
		
	Fix #65: changelog variable assignment
This commit is contained in:
		
							parent
							
								
									69a6fcf094
								
							
						
					
					
						commit
						8986edc63f
					
				
							
								
								
									
										6
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build-and-release.yml
									
									
									
									
										vendored
									
									
								
							@ -794,7 +794,11 @@ jobs:
 | 
			
		||||
              
 | 
			
		||||
          - name: Append scan results to changelog
 | 
			
		||||
            run: |
 | 
			
		||||
              changelog="${{ env.CHANGELOG }}"
 | 
			
		||||
              changelog=$(cat <<'EOOOOOOOF'
 | 
			
		||||
              ${{ env.CHANGELOG }}
 | 
			
		||||
              EOOOOOOOF
 | 
			
		||||
              )
 | 
			
		||||
              
 | 
			
		||||
              links="${{ steps.virus_total.outputs.analysis }}"
 | 
			
		||||
 | 
			
		||||
              # Create a temporary file for the changelog:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user