Skip to content

Commit a63c09d

Browse files
committed
Try shorter prefix
1 parent 64285eb commit a63c09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- name: "Get short phpstan-src SHA"
183183
id: short-src-sha
184184
working-directory: phpstan-src
185-
run: echo "sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
185+
run: echo "sha=$(git rev-parse --short=7 HEAD)" >> $GITHUB_OUTPUT
186186

187187
- name: "Check PHAR checksum"
188188
id: checksum-difference

0 commit comments

Comments
 (0)