Skip to content

Commit d4eb31c

Browse files
committed
Get short phpstan-src SHA
1 parent 62139a4 commit d4eb31c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/phar.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ jobs:
179179
echo "$(git log ${{ steps.previous-commit.outputs.sha }}..${{ github.event.after }} --reverse --pretty='https://github.com/phpstan/phpstan-src/commit/%H %s')" >> $GITHUB_OUTPUT
180180
echo 'MESSAGE' >> $GITHUB_OUTPUT
181181
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
186+
182187
- name: "Check PHAR checksum"
183188
id: checksum-difference
184189
working-directory: phpstan-dist

0 commit comments

Comments
 (0)