You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`junit-file-path`| Path to the JUnit XML file to be processed |**Yes**|`./junit.xml`|
14
-
|`junit-enhancer-version`| The version of the junit-enhancer to install | No |`latest`|
15
-
|`trunk-org-slug`| The organization slug for Trunk.io |**Yes**| - |
16
-
|`trunk-token`| The token for Trunk.io |**Yes**| - |
17
-
|`trunk-upload-only`| Whether to only upload to Trunk.io, and not let Trunk.io fail the job. Useful when onboarding a repository, and letting Trunk gather data. | No |`false`|
18
-
|`trunk-job-url`| The URL to the job run | No | - |
19
-
|`trunk-previous-step-outcome`| The outcome of the testing step. Used to determine failure status of this action |**Yes**| - |
20
-
|`trunk-variant`| The variant of the test report. Used to differentiate the same test suite across different environments | No | - |
|`test-suite-language`| The language of the test suite. This determines how the junit file is processed. |**Yes**|`go`|
14
+
|`junit-file-path`| Path to the JUnit XML file to be processed |**Yes**|`./junit.xml`|
15
+
|`junit-enhancer-version`| The version of the junit-enhancer to install | No |`latest`|
16
+
|`trunk-org-slug`| The organization slug for Trunk.io. |**Yes**| - |
17
+
|`trunk-token`| The token for Trunk.io. |**Yes**| - |
18
+
|`trunk-upload-only`| Upload the result to Trunk.io without using the response to determine the outcome. Common during initial repo onboarding. | No |`false`|
19
+
|`trunk-job-url`| The URL to the job run. |**Yes**| See `action.yml`|
20
+
|`trunk-previous-step-outcome`| The outcome of the testing step. Used to determine failure status of this action. |**Yes**| - |
21
+
|`trunk-variant`| The variant of the test report. Used to differentiate the same test suite across different environments. | No | - |
0 commit comments