diff --git a/.github/workflows/config-schema-update.yml b/.github/workflows/config-schema-update.yml index 100e69be..8e4d11ff 100644 --- a/.github/workflows/config-schema-update.yml +++ b/.github/workflows/config-schema-update.yml @@ -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 "" 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 \ No newline at end of file + git push \ No newline at end of file diff --git a/extension/config.schema.json b/extension/config.schema.json index cc003cb5..a7f57837 100644 --- a/extension/config.schema.json +++ b/extension/config.schema.json @@ -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",