Skip to content

Commit

Permalink
fix: don't print PR title in github workflow (#218)
Browse files Browse the repository at this point in the history
Printing the PR title can open the door for remote code execution, so
this commit removes it to be on the safe side.
  • Loading branch information
ielashi authored May 24, 2024
1 parent 206fc04 commit f2cde61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
echo pass
else
echo "PR title does not match conventions"
echo "PR title: ${{ github.event.pull_request.title }}"
exit 1
fi

0 comments on commit f2cde61

Please sign in to comment.