Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Jan 19, 2024
1 parent b9dca91 commit f79bdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
${{ github.event.pull_request.head.sha }} -- postgres/
if [ $? != 0 ]; then
echo "postgres/ submodule has been changed,"\
"but PR title does not indicate that" 1>&2
echo "(it should start with '$required_prefix')" 1>&2
"but PR title does not indicate that"
echo "(it should start with '$required_prefix')"
exit 1
fi
echo 'all ok'

0 comments on commit f79bdd8

Please sign in to comment.