From 140e3b59470d8d1525ec130bc1793986d645b0b6 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 14 Apr 2023 20:05:45 +1000 Subject: [PATCH] Update generate-contributors.yml --- .github/workflows/generate-contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generate-contributors.yml b/.github/workflows/generate-contributors.yml index 9a630eb26..d79f09f5d 100644 --- a/.github/workflows/generate-contributors.yml +++ b/.github/workflows/generate-contributors.yml @@ -36,5 +36,6 @@ jobs: with: message: "chore(workflow): update contributors image" add: "website/static/img/*" + new_branch: "chore/update-contributors-svg" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}