Skip to content

Commit c8e74e1

Browse files
authored
Add missing options to the README for clarity (#53)
1 parent f4b026b commit c8e74e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ The action has the following parameters:
4848
| ruby-tracer-version | The version of datadog-ci Ruby gem to use. Defaults to the latest release. | false | |
4949
| go-tracer-version | The version of Orchestrion to use. Defaults to the latest release. | false | |
5050
| java-instrumented-build-system | If provided, only the specified build systems will be instrumented (allowed values are `gradle`,`maven`,`sbt`,`ant`,`all`). `all` is a special value that instruments every Java process. If this property is not provided, all known build systems will be instrumented (Gradle, Maven, SBT, Ant). | false | |
51+
| cache | Enable caching of downloaded tracers. | false | true |
52+
| print-github-step-summary | Print a summary of the installed tracers to the GitHub step summary. If set to false, the summary is printed to console instead. | false | true |
5153

5254
### Additional configuration
5355

0 commit comments

Comments
 (0)