mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Add 'dependency-graph-report-dir' input parameter
This commit is contained in:
@@ -108,6 +108,13 @@ inputs:
|
||||
required: false
|
||||
default: 'generate-and-submit'
|
||||
|
||||
dependency-graph-report-dir:
|
||||
description: |
|
||||
Specifies where the dependency graph report will be generated.
|
||||
Paths can relative or absolute. Relative paths are resolved relative to the workspace directory.
|
||||
required: false
|
||||
default: 'dependency-graph-reports'
|
||||
|
||||
dependency-graph-continue-on-failure:
|
||||
description: When 'false' a failure to generate or submit a dependency graph will fail the Step or Job. When 'true' a warning will be emitted but no failure will result.
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user