From 267c486fda6803010dcfa1171057d5105abee9c0 Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Thu, 23 Nov 2023 03:14:09 +0800 Subject: [PATCH] docs: fix Jekyll formatting of another code block (#183) Similar to change proposed in #79. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3704f75e..e6719dec 100644 --- a/README.md +++ b/README.md @@ -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). + ```yaml name: CI on: [push] @@ -144,6 +147,9 @@ jobs: if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 ``` + ## Use registered public SSH key(s)