Skip to content

Commit d9d6519

Browse files
authored
Update drupal-update.yml
Add more verbose output
1 parent e10d7ba commit d9d6519

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/drupal-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ jobs:
157157
echo "$output"
158158
exit $composer_exit_code
159159
fi
160-
160+
161+
echo "✓ Composer update successful"
161162
# Process output if successful
162163
echo "commit_body<<EOF" >> $GITHUB_OUTPUT
163164
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

Comments
 (0)