We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10d7ba commit d9d6519Copy full SHA for d9d6519
1 file changed
.github/workflows/drupal-update.yml
@@ -157,7 +157,8 @@ jobs:
157
echo "$output"
158
exit $composer_exit_code
159
fi
160
-
+
161
+ echo "✓ Composer update successful"
162
# Process output if successful
163
echo "commit_body<<EOF" >> $GITHUB_OUTPUT
164
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