From 2ff924ef7a521ab8650d9671c614fcbe8391bfd5 Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Sat, 1 Oct 2022 13:12:41 +0200 Subject: [PATCH] Fix indent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80b5dfe..359c40f 100644 --- a/README.md +++ b/README.md @@ -428,7 +428,7 @@ There are several approaches to circumvent this problem: - name: Mark result as failed if: needs.example-matrix-job.result != 'success' run: exit 1 - ``` + ``` - Define an opposite workflow, as offically suggested by GitHub: [Handling skipped but required checks](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks) ## Maintainers