Skip to content

Commit

Permalink
chore: fix file-pattern typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jul 28, 2024
1 parent e1e00ff commit ac42ebf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ concurrency:


jobs:
deploy:
update-schema:
name: Update schema.json file
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -52,5 +53,5 @@ jobs:
commit_message: "Update schema.json file ${{ github.event.inputs.branch }}"
commit_user_name: Freqtrade Bot <[email protected]>
commit_user_email: [email protected]
file_pattern: 'schema/.*json'
file_pattern: 'schema/*.json'
repository: "config_schema"

0 comments on commit ac42ebf

Please sign in to comment.