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

fix: typo in readme #187

Closed kevmo314 closed 7 months ago

kevmo314 commented 7 months ago

Fixes a small typo in an example. The workflow args are passed in with with: which is missing in this example.

kevmo314 commented 7 months ago

Oh, I missed that this is not a workflow arg, it's actually a property on the job. Neat, today I learned! Sorry about the noise.