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.86k stars 285 forks source link

[Question] Is there an "easy" way to run a third party action inside a tmate session? #165

Open mmenozzi opened 1 year ago

mmenozzi commented 1 year ago

Hi all! I have a question: is there an "easy" way to run a third party action inside a tmate session?

For example how can I run the famous actions/checkout@v2 action or another third party action like shivammathur/setup-php@v2?

I ask it because I'd like to start the tmate session at the beginning of the job and then run actions step-by-step to be able to run debug commands between each action.

Thanks!