eaudeweb/drupal-install-action

Run composer install with quiet flagg

Opened this issue · 1 comments

  1. Composer install runs verbose and for normal run it's not necessary. Let's run with quiet flag
  2. Same for tar archiving
  3. Detect when action is run with DEBUG mode and then we can show verbose output

https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging

Fixed 1 in ddb7b3d