mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Map setup-gradle outputs back to gradle-build-action
This commit is contained in:
		@@ -159,10 +159,13 @@ inputs:
 | 
				
			|||||||
outputs:
 | 
					outputs:
 | 
				
			||||||
  build-scan-url:
 | 
					  build-scan-url:
 | 
				
			||||||
    description: Link to the Build Scan® generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `setup-gradle` Step itself.
 | 
					    description: Link to the Build Scan® generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `setup-gradle` Step itself.
 | 
				
			||||||
 | 
					    value: ${{ steps.setup-gradle.outputs.build-scan-url }}
 | 
				
			||||||
  dependency-graph-file:
 | 
					  dependency-graph-file:
 | 
				
			||||||
    description: Path to the GitHub Dependency Graph snapshot file generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `setup-gradle` Step itself.
 | 
					    description: Path to the GitHub Dependency Graph snapshot file generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `setup-gradle` Step itself.
 | 
				
			||||||
 | 
					    value: ${{ steps.setup-gradle.outputs.dependency-graph-file }}
 | 
				
			||||||
  gradle-version:
 | 
					  gradle-version:
 | 
				
			||||||
    description: Version of Gradle that was setup by the action
 | 
					    description: Version of Gradle that was setup by the action
 | 
				
			||||||
 | 
					    value: ${{ steps.setup-gradle.outputs.gradle-version }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
  using: "composite"
 | 
					  using: "composite"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user