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
{{ message }}
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
With #19, we introduce a console log of the payload. It is still hard to know what is in the action object. This one contains:
logger: which is useless to output
secrets: which in theory should not be output. In dev mode (Petridish), knowing what's in the secrets is still required and useful but could be achieved with the debugger in the pre.js file.
request: needed when doing more advanced stuff
In general, interacting with the action object is needed for advanced operations, thus I think using the debugger would be enough. Especially now we could debug the pre.js directly.
The text was updated successfully, but these errors were encountered:
With #19, we introduce a console log of the payload. It is still hard to know what is in the
action
object. This one contains:logger
: which is useless to outputsecrets
: which in theory should not be output. In dev mode (Petridish), knowing what's in the secrets is still required and useful but could be achieved with the debugger in the pre.js file.request
: needed when doing more advanced stuffIn general, interacting with the
action
object is needed for advanced operations, thus I think using the debugger would be enough. Especially now we could debug the pre.js directly.The text was updated successfully, but these errors were encountered: