From cbf0dadada9553ce490350f09949470a973781bd Mon Sep 17 00:00:00 2001 From: Josh Johanning <joshjohanning@github.com> Date: Mon, 5 Dec 2022 09:53:56 -0600 Subject: [PATCH] updating readme note about job summaries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5404efb..b6323dc 100644 --- a/README.md +++ b/README.md @@ -390,4 +390,4 @@ You can use the `gradle-build-action` on GitHub Enterprise Server, and benefit f - Build scan links are captured and displayed in the GitHub Actions UI - Easily run your build with different versions of Gradle - Save/restore of Gradle User Home (requires GHES v3.5+ : GitHub Actions cache was introduced in GHES 3.5) -- Support for GitHub Actions Job Summary is not yet available in any version of GHES. Instead of producing a Job Summary, the build-results summary and caching report will be written to the workflow log, as part of the post-action step. +- GitHub Actions Job Summary (requires GHES v3.6+). In prior versions of GHES, instead of producing a Job Summary, the build-results summary and caching report will be written to the workflow log as part of the post-action step.