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 339e4b4 commit be3b37cCopy full SHA for be3b37c
.github/workflows/gradle.yml
@@ -28,6 +28,10 @@ jobs:
28
java-version: '21'
29
distribution: 'temurin'
30
31
+ # get short sha
32
+ - name: Set SHORT_SHA env property
33
+ run: echo "SHORT_SHA=`git rev-parse --short HEAD`" >> $GITHUB_ENV
34
+
35
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
36
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
37
- name: Setup Gradle
0 commit comments