Skip to content

Commit

Permalink
docs: fix Jekyll formatting of another code block (#183)
Browse files Browse the repository at this point in the history
Similar to change proposed in #79.
  • Loading branch information
muzimuzhi authored Nov 22, 2023
1 parent 3ee22d4 commit 267c486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ jobs:
## Only on failure
By default a failed step will cause all following steps to be skipped. You can specify that the tmate session only starts if a previous step [failed](https://docs.github.com/en/actions/learn-github-actions/expressions#failure).

<!--
{% raw %}
-->
```yaml
name: CI
on: [push]
Expand All @@ -144,6 +147,9 @@ jobs:
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
```
<!--
{% endraw %}
-->

## Use registered public SSH key(s)

Expand Down

0 comments on commit 267c486

Please sign in to comment.