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'