From 6e4ec6fa79d473e038cfb8dc2ebc43be0ca5fc15 Mon Sep 17 00:00:00 2001 From: Sebass van Boxel Date: Fri, 9 Oct 2020 23:04:13 +0200 Subject: [PATCH] github folder is a dot-folder. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae5fe10..433cefc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If your CODEOWNERS file isn't in the root of your repository, but for instead in - id: codeowner uses: SvanBoxel/codeowners-action@v1 with: - path: './github/CODEOWNERS' + path: './.github/CODEOWNERS' ```