I was wondering if there is a way to send some important snippets
from the build log to github. The usecase:
I am trying to implement terraform
workflow using drone ci
. I am interested to check if there is a way to send some of the build logs back to Github Enterprize. Especially if it trying to destroy resources
. Something like this:
Plan: 4 to add, 0 to change, 0 to destroy.
OR after merge and execution
Destroy complete! Resources: 4 destroyed.
Releasing state lock. This may take a few moments...
Please help