[CLN] set hardcoded repo name

This commit is contained in:
jscampucci
2025-09-15 12:03:15 +02:00
parent 1d4364b048
commit b63c4b5335

View File

@@ -44,13 +44,13 @@ repos:
# update the NOT INSTALLABLE ADDONS section above # update the NOT INSTALLABLE ADDONS section above
- id: oca-update-pre-commit-excluded-addons - id: oca-update-pre-commit-excluded-addons
- id: oca-fix-manifest-website - id: oca-fix-manifest-website
args: ["https://github.com/elabore-coop/${REPO_NAME}"] args: ["https://github.com/elabore-coop/event-tools"]
- id: oca-gen-addon-readme - id: oca-gen-addon-readme
args: args:
- --addons-dir=. - --addons-dir=.
- --branch=16.0 - --branch=16.0
- --org-name=OCA - --org-name=OCA
- --repo-name=${REPO_NAME} - --repo-name=event-tools
- --if-source-changed - --if-source-changed
- --keep-source-digest - --keep-source-digest
- repo: https://github.com/OCA/odoo-pre-commit-hooks - repo: https://github.com/OCA/odoo-pre-commit-hooks