diff --git a/.github/workflows/regen-data.yml b/.github/workflows/regen-data.yml index f1a7d9e..5fafea6 100644 --- a/.github/workflows/regen-data.yml +++ b/.github/workflows/regen-data.yml @@ -32,6 +32,9 @@ jobs: - name: Commit changes id: committed uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: 'chore: update module list' + commit_options: '--no-verify' - name: Repository Dispatch if: steps.committed.outputs.changes_detected == 'true'