Skip to content

Commit 52ce30d

Browse files
arjun37602Arjun Balaji
authored andcommitted
use full hash instead of short hash
1 parent 7a1b06a commit 52ce30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terminal-bench.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set git hash
4949
run: |
5050
if [ -n "$GITHUB_SHA" ]; then
51-
git_hash=$(git rev-parse --short "$GITHUB_SHA")
51+
git_hash=$(git rev-parse "$GITHUB_SHA")
5252
else
5353
git_hash="latest"
5454
fi

0 commit comments

Comments
 (0)