mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.93k stars 287 forks source link

How to debug actions/github-script #125

Closed ygqygq2 closed 2 years ago

ygqygq2 commented 2 years ago

When I use actions/github-script to run javascript, then I how to debug it ?

mxschmitt commented 2 years ago

You can put the action-tmate action before or after the github-script action. But debugging in between is not in scope of this action.