Skip to content

Commit

Permalink
ci: dont verify commits and add specific message
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Nov 12, 2023
1 parent f0cbfb9 commit a3b140a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/regen-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a3b140a

Please sign in to comment.