From a3b140a3814690fb798d6cf97b7583a92ab954a7 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Sun, 12 Nov 2023 16:11:14 +0000 Subject: [PATCH] ci: dont verify commits and add specific message --- .github/workflows/regen-data.yml | 3 +++ 1 file changed, 3 insertions(+) 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'