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.
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 likeshivammathur/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!