We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64285eb commit a63c09dCopy full SHA for a63c09d
.github/workflows/phar.yml
@@ -182,7 +182,7 @@ jobs:
182
- name: "Get short phpstan-src SHA"
183
id: short-src-sha
184
working-directory: phpstan-src
185
- run: echo "sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
+ run: echo "sha=$(git rev-parse --short=7 HEAD)" >> $GITHUB_OUTPUT
186
187
- name: "Check PHAR checksum"
188
id: checksum-difference
0 commit comments