We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54ca8e commit 25df05cCopy full SHA for 25df05c
1 file changed
.github/workflows/drupal-update.yml
@@ -159,6 +159,8 @@ jobs:
159
fi
160
161
echo "✓ Composer update successful"
162
+ echo "$output"
163
+
164
# Process output if successful
165
echo "commit_body<<EOF" >> $GITHUB_OUTPUT
166
echo "$output" | grep -Pzo 'Lock file operations.*(\n|.)*Writing lock file' | tail -n +2 | head -n -1 | sed -r 's/ +?- ([^ ]+) //g' >> $GITHUB_OUTPUT
0 commit comments