You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also tried without accessing the secret, hardcoding it too many times, but nothing.
Here's example: TWiStErRob/net.twisterrob.sun@33b74f6
See the "Publish "Gradle" result and Build Scan URL." step right after the failure.
description: Whether to tell the GitHub client to log details of its requests
Screenshots debug: false ]
debug: true
Desktop (please complete the following information):
OS: Windows 10
Browser Chrome
Version latest
Additional context
I have a repo where the code shown in the example doesn't create a commit status, and trying to debug it. Without debug: true working, I'm giving up.
The text was updated successfully, but these errors were encountered:
The action correctly configures octokit, but nothing in the current plugin list uses logging (other than warnings, which are not affected by the debug flag).
Describe the bug
debug: true does nothing.
To Reproduce
Steps to reproduce the behavior:
debug: false
, all gooddebug: true
, but nothing outputI also tried without accessing the secret, hardcoding it too many times, but nothing.
Here's example: TWiStErRob/net.twisterrob.sun@33b74f6
See the "Publish "Gradle" result and Build Scan URL." step right after the failure.
Expected behavior
As documented
github-script/action.yml
Line 16 in 7a5c598
Screenshots
debug: false
]
debug: true
Desktop (please complete the following information):
Additional context
I have a repo where the code shown in the example doesn't create a commit status, and trying to debug it. Without
debug: true
working, I'm giving up.The text was updated successfully, but these errors were encountered: