mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 10:20:21 +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
 | 
					          - name: Append scan results to changelog
 | 
				
			||||||
            run: |
 | 
					            run: |
 | 
				
			||||||
              changelog="${{ env.CHANGELOG }}"
 | 
					              changelog=$(cat <<'EOOOOOOOF'
 | 
				
			||||||
 | 
					              ${{ env.CHANGELOG }}
 | 
				
			||||||
 | 
					              EOOOOOOOF
 | 
				
			||||||
 | 
					              )
 | 
				
			||||||
 | 
					              
 | 
				
			||||||
              links="${{ steps.virus_total.outputs.analysis }}"
 | 
					              links="${{ steps.virus_total.outputs.analysis }}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
              # Create a temporary file for the changelog:
 | 
					              # Create a temporary file for the changelog:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user