We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6605069 commit 47485b4Copy full SHA for 47485b4
1 file changed
.github/workflows/build.yml
@@ -25,6 +25,10 @@ jobs:
25
- name: Checkout Repository
26
uses: actions/checkout@v4
27
28
+ - name: Get short commit hash
29
+ id: vars
30
+ run: echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
31
+
32
- name: Set-Up JDK
33
uses: actions/setup-java@v4
34
with:
0 commit comments