Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>

<!-- ps-id: d230bdf4-edd5-40f9-874d-f2c2f8db67a6 -->
  • Loading branch information
Alizter committed Mar 6, 2024
1 parent b12fa7a commit e9060b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
echo "${dash} ${etc}"
;;
esac
done <<< $(git log --check --pretty=format:"---% h% s" -${{github.event.pull_request.commits}})
done <<< "$(git log --check --pretty=format:"---% h% s" -${{github.event.pull_request.commits}})"
if [ -n "${log}" ]; then
echo "${log}" >> $GITHUB_OUTPUT
echo -e "${log}" >> $GITHUB_OUTPUT
exit 2
fi

0 comments on commit e9060b7

Please sign in to comment.