Add Debug Logs with the Toolkit Logger to Find and Fix Issues in a Custom Github Action

Share this video with your friends

Send Tweet

In this lesson, we'll walk through adding debug logs to a custom Github Action. We'll use the debug method of the Actions Toolkit Core package to add logs and set the ACTIONS_STEP_DEBUG Github Secret to true in order to see the logs output in our workflow logs.