From ed9824d5412c9b3436e5816b94310cb539498bcd Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 5 Oct 2021 22:22:16 +0100 Subject: [PATCH] fix: :bug: syntax --- .github/workflows/contributors.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 3cf5cceb9..869204567 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -22,8 +22,8 @@ jobs: plugin_contributors_contributions: yes # Display number of contributions for each contributor plugin_contributors_sections: contributors # Display contributors sections plugin_contributors_categories: | - { - "📚 Documentation": ["README.md", "docs/**"], - "💻 Backend": ["source/**", "src/**"], - "#️⃣ Frontend": ["src/Ombi/ClientApp/**"] - } \ No newline at end of file + { + "📚 Documentation": ["README.md", "docs/**"], + "💻 Backend": ["source/**", "src/**"], + "#️⃣ Frontend": ["src/Ombi/ClientApp/**"] + } \ No newline at end of file