Skip to content

Commit

Permalink
Go for OCA
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk authored and etobella committed Nov 7, 2023
1 parent 9582443 commit e5adf91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Requirment
run: pip install https://github.com/OCA-devel/repo-maintainer/archive/master.zip
run: pip install https://github.com/OCA/repo-maintainer/archive/master.zip
- name: Generate RST
run: oca-repo-pages --org $GITHUB_REPOSITORY_OWNER --conf-dir conf --path docsource
- name: Generate docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.10"
- name: Install requirements
run: pip install pip install https://github.com/OCA-devel/repo-maintainer/archive/master.zip
run: pip install pip install https://github.com/OCA/repo-maintainer/archive/master.zip
- name: Manage repositories
run:
oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.ACTION_ORG_TOKEN}} --conf-dir ./conf
oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.GIT_PUSH_TOKEN}} --conf-dir ./conf
14 changes: 0 additions & 14 deletions conf/psc/e=commerce.yml

This file was deleted.

2 changes: 1 addition & 1 deletion conf/repo/currency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ currency:
category: Currency
default_branch: "16.0"
name:
" odoo currency related addons (crypto currencies, rate conversion, integrations
"Odoo currency related addons (crypto currencies, rate conversion, integrations
with third party applications,...)"
psc: currency-maintainers
psc_rep: core-maintainers-psc-representative

0 comments on commit e5adf91

Please sign in to comment.