From 62351637da28eebdc3a68f772fb51c92d8125f21 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 15 Mar 2022 16:11:43 +0000 Subject: [PATCH] action: Update link for format patch documentation This PR updates the link for the format patch documentation for the commit message check. Fixes #3900 Signed-off-by: Gabriela Cervantes --- .github/workflows/commit-message-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-message-check.yaml b/.github/workflows/commit-message-check.yaml index b76484b976..2062e51b9c 100644 --- a/.github/workflows/commit-message-check.yaml +++ b/.github/workflows/commit-message-check.yaml @@ -10,7 +10,7 @@ env: error_msg: |+ See the document below for help on formatting commits for the project. - https://github.com/kata-containers/community/blob/master/CONTRIBUTING.md#patch-format + https://github.com/kata-containers/community/blob/main/CONTRIBUTING.md#patch-format jobs: commit-message-check: