We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3655c5 commit 18c7f8dCopy full SHA for 18c7f8d
.github/workflows/gradle.yml
@@ -1,9 +1,4 @@
1
-# This workflow uses actions that are not certified by GitHub.
2
-# They are provided by a third-party and are governed by
3
-# separate terms of service, privacy policy, and support
4
-# documentation.
5
-# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6
-# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
+# This workflow will build a Java project with Gradle
7
8
name: Java CI with Gradle
9
@@ -62,3 +57,5 @@ jobs:
62
57
tag_name: '1.21.8'
63
58
files: build/libs/*.jar
64
59
fail_on_unmatched_files: false
60
+ body: "- ${{ github.event.head_commit.message }}"
61
+ append_body: true
0 commit comments