From 8759a64861998a3a626b6cf6f405818054ba66d8 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 3 Aug 2024 10:16:47 +0200 Subject: [PATCH] ci: make sernbot run the list generator (#118) --- .github/workflows/gen-list.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen-list.yml b/.github/workflows/gen-list.yml index ab54250..163692d 100644 --- a/.github/workflows/gen-list.yml +++ b/.github/workflows/gen-list.yml @@ -33,6 +33,7 @@ jobs: commit_message: "chore: update plugin listing" commit_options: '--no-verify --signoff' repository: . - commit_user_name: "GitHub Actions" + commit_user_name: "sernbot" + commit_user_email: ${{ secrets.AUTOMATA_EMAIL }} file_pattern: "pluginlist.json" - push_options: '--force' \ No newline at end of file + push_options: '--force'