Skip to content

Commit

Permalink
chore: update config.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Jan 16, 2022
1 parent 2f57e8e commit 18e29b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config-schema-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Commit
run: |
git checkout origin docs
git checkout docs
git config user.name "GitHub Actions Bot"
git config user.email "<actions@github.com>"
rm -f config.schema.md
mv config.schema.new.md config.schema.md
git add -f config.schema.md
git commit -m "chore: Update config.schema.md"
git push origin docs
git push
2 changes: 1 addition & 1 deletion extension/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "shopware-cli",
"$ref": "#/definitions/Config",
"description": "shopware cli extension configuration definition file",
"description": "Shopware cli extension configuration definition file",
"definitions": {
"Config": {
"type": "object",
Expand Down

0 comments on commit 18e29b0

Please sign in to comment.