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
When the action 'debug' input is not set, default to the current
runner debug state. This ensures that the Octokit client request logs
are included automatically when you re-run a job with debug enabled.
Copy file name to clipboardExpand all lines: action.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ inputs:
13
13
default: ${{ github.token }}
14
14
required: false
15
15
debug:
16
-
description: Whether to tell the GitHub client to log details of its requests
17
-
default: false
16
+
description: Whether to tell the GitHub client to log details of its requests. true or false. Default is to run in debug mode when the GitHub Actions step debug logging is turned on.
0 commit comments