Skip to content

Commit

Permalink
gh-actions/github/pr: Another fix (#892)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Oct 25, 2023
1 parent 58b2ba1 commit e609926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions/github/pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
show: inputs.diff-show
- run: |
git diff HEAD^1
if: ! inputs.diff-upload && inputs.diff-show
if: ${{ ! inputs.diff-upload && inputs.diff-show }}
shell: bash
- run: |
LAST_COMMIT=$(git log -1 --pretty=%B | tail -n +2)
Expand Down

0 comments on commit e609926

Please sign in to comment.