Skip to content

Commit 47485b4

Browse files
committed
hash
1 parent 6605069 commit 47485b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Checkout Repository
2626
uses: actions/checkout@v4
2727

28+
- name: Get short commit hash
29+
id: vars
30+
run: echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
31+
2832
- name: Set-Up JDK
2933
uses: actions/setup-java@v4
3034
with:

0 commit comments

Comments
 (0)