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 }}