Skip to content

Commit

Permalink
ci: make sernbot run the list generator (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 authored Aug 3, 2024
1 parent 2a548f8 commit 8759a64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gen-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
push_options: '--force'

0 comments on commit 8759a64

Please sign in to comment.