From 018576fd244f5b0224979c1d8b905f22102be686 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 1 Oct 2021 21:16:10 +0100 Subject: [PATCH] :adhesive_bandage: Fixes syntax in gen credits --- .github/workflows/generate-credits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-credits.yml b/.github/workflows/generate-credits.yml index 7b102e86..f701ff32 100644 --- a/.github/workflows/generate-credits.yml +++ b/.github/workflows/generate-credits.yml @@ -79,4 +79,4 @@ jobs: bots: true path: .github/AUTHORS.txt commit: ':blue_heart: Makes author list' - template: {{name}} <{{email}}> - {{commits}} commits + template: '{{name}} <{{email}}> - {{commits}} commits'