Skip to content

Commit

Permalink
pattern match on the registry metadata files
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jul 17, 2024
1 parent 4482ed3 commit baf9bd8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/registry-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ jobs:
json: true
escape_json: false
files: |
registry:
- 'logo.png'
- 'logo.svg'
- 'README.md'
- 'metadata.json'
registry/**/logo.png
registry/**/logo.svg
registry/**/README.md
registry/**/metadata.json
- name: Print out all the changed filse
env:
Expand Down

0 comments on commit baf9bd8

Please sign in to comment.