Skip to content

Commit b646d38

Browse files
committed
Clean up commit message for PR
1 parent 2e5d120 commit b646d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/drupal-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
{
124124
echo "commit_body<<EOF"
125-
composer update --no-scripts 2>&1 | grep -Pzo 'Lock file operations.*(\n|.)*Writing lock file' | tail -n +2 | head -n -1
125+
composer update --no-scripts 2>&1 | grep -Pzo 'Lock file operations.*(\n|.)*Writing lock file' | tail -n +2 | head -n -1 | sed -r 's/ +?- ([^ ]+) //g'
126126
echo "EOF"
127127
} >> $GITHUB_OUTPUT
128128

0 commit comments

Comments
 (0)