Skip to content

Commit 25df05c

Browse files
authored
Update drupal-update.yml
Echo the composer output for debug purposes
1 parent d54ca8e commit 25df05c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/drupal-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
fi
160160

161161
echo "✓ Composer update successful"
162+
echo "$output"
163+
162164
# Process output if successful
163165
echo "commit_body<<EOF" >> $GITHUB_OUTPUT
164166
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)