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)