mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 18:08:57 +08:00 
			
		
		
		
	Add build scan link as a notice annotation
- Use 'notice' method introduced in @actions/core v1.5.0
This commit is contained in:
		@@ -29,6 +29,7 @@ export async function run(): Promise<void> {
 | 
			
		||||
 | 
			
		||||
        if (result.buildScanUrl) {
 | 
			
		||||
            core.setOutput('build-scan-url', result.buildScanUrl)
 | 
			
		||||
            core.notice(`Gradle build scan: ${result.buildScanUrl}`)
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (result.status !== 0) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user