Closed muzimuzhi closed 11 months ago
Similar to change proposed in #79.
Another possibility is to drop ${{ ... }} and simply use if: <expr>, since
${{ ... }}
if: <expr>
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
if
Before (https://mxschmitt.github.io/action-tmate/) After (https://muzimuzhi.github.io/action-tmate/, temp)
Similar to change proposed in #79.
Another possibility is to drop
${{ ... }}
and simply useif: <expr>
, sinceBefore (https://mxschmitt.github.io/action-tmate/) After (https://muzimuzhi.github.io/action-tmate/, temp)