We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62139a4 commit d4eb31cCopy full SHA for d4eb31c
.github/workflows/phar.yml
@@ -179,6 +179,11 @@ jobs:
179
echo "$(git log ${{ steps.previous-commit.outputs.sha }}..${{ github.event.after }} --reverse --pretty='https://github.com/phpstan/phpstan-src/commit/%H %s')" >> $GITHUB_OUTPUT
180
echo 'MESSAGE' >> $GITHUB_OUTPUT
181
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
+
187
- name: "Check PHAR checksum"
188
id: checksum-difference
189
working-directory: phpstan-dist
0 commit comments