This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git


The following commit(s) were added to refs/heads/main by this push:
     new 5d6efba  YETUS-1154. Clean-up some build issues now that JDK8 has been 
removed (#12)
5d6efba is described below

commit 5d6efba86b3c1117906db2717bab4100b75dc691
Author: Allen Wittenauer <[email protected]>
AuthorDate: Tue Feb 1 13:00:07 2022 -0800

    YETUS-1154. Clean-up some build issues now that JDK8 has been removed (#12)
---
 action.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/action.yml b/action.yml
index 78bfe68..a094ee7 100644
--- a/action.yml
+++ b/action.yml
@@ -87,6 +87,7 @@ runs:
     - --github-token=${{ inputs.githubtoken }}
     - --html-report-file=${{ inputs.patchdir }}/report.html
     - --ignore-unknown-options=true
+    - --java-home=${{ inputs.javahome }}
     - --junit-report-xml=${{ inputs.patchdir }}/junit-report.xml
     - --patch-dir=${{ inputs.patchdir }}
     - --plugins=${{ inputs.plugins }}

Reply via email to