We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5d120 commit b646d38Copy full SHA for b646d38
1 file changed
.github/workflows/drupal-update.yml
@@ -122,7 +122,7 @@ jobs:
122
run: |
123
{
124
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
+ 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'
126
echo "EOF"
127
} >> $GITHUB_OUTPUT
128
0 commit comments