From e425e3ffd381fdd28ca66ccc3d412ae30995955c Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Thu, 21 Oct 2021 22:53:30 +0200 Subject: [PATCH 1/2] Fix contributors --- .github/workflows/contributors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 248cf3f7..0e2b2e00 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -20,3 +20,5 @@ jobs: PATH: "/README.md" COMMIT_MESSAGE: "docs(README): update contributors" AVATAR_SHAPE: "round" + PULL_REQUEST: "Update contributors" + BRANCH: "update-contributors From d5aef85bf20e02e12d483f064605f061aab9a239 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Thu, 21 Oct 2021 23:21:38 +0200 Subject: [PATCH 2/2] Fix contributors --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 0e2b2e00..1b9725e8 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -21,4 +21,4 @@ jobs: COMMIT_MESSAGE: "docs(README): update contributors" AVATAR_SHAPE: "round" PULL_REQUEST: "Update contributors" - BRANCH: "update-contributors + BRANCH: "update-contributors"