Skip to content

Commit

Permalink
Replacing "output" with ENV "INPUT_LOG"
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 authored and ondrejmirtes committed Jan 14, 2023
1 parent 02e1a14 commit abacfb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,13 @@ jobs:
- name: "Commit PHAR - development"
if: "!startsWith(github.ref, 'refs/tags/') && steps.checksum-difference.outputs.result == 'different'"
working-directory: phpstan-dist
env:
INPUT_LOG: ${{ steps.git-log.outputs.log }}
run: |
git config --global user.name "Ondrej Mirtes"
git config --global user.email "ondrej@mirtes.cz"
git add .
git commit --gpg-sign -m "Updated PHPStan to commit ${{ github.event.after }}" -m "${{ steps.git-log.outputs.log }}" --author "Ondrej Mirtes <ondrej@mirtes.cz>"
git commit --gpg-sign -m "Updated PHPStan to commit ${{ github.event.after }}" -m "$INPUT_LOG" --author "Ondrej Mirtes <ondrej@mirtes.cz>"
lucky_commit ${{ steps.short-src-sha.outputs.sha }}
git push
Expand Down

0 comments on commit abacfb7

Please sign in to comment.