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

docs: fix Jekyll formatting of another code block #183

Closed muzimuzhi closed 9 months ago

muzimuzhi commented 9 months ago

Similar to change proposed in #79.

Another possibility is to drop ${{ ... }} and simply use if: <expr>, since

GitHub Actions automatically evaluates the if conditional as an expression. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsif


Before (https://mxschmitt.github.io/action-tmate/) image After (https://muzimuzhi.github.io/action-tmate/, temp) image