knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Add option for debug logs #35

Closed knl closed 4 years ago

knl commented 4 years ago

Enabling debug_output will run the updater script under set -x, effectively printing out any command that is to be executed. This can help with reproducing the issues locally or plain old debugging.

Closes #34.