Skip to content

Commit 6781ea7

Browse files
simahawketobella
authored andcommitted
Go for OCA
1 parent 9582443 commit 6781ea7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v3
3434
- name: Requirment
35-
run: pip install https://github.com/OCA-devel/repo-maintainer/archive/master.zip
35+
run: pip install https://github.com/OCA/repo-maintainer/archive/master.zip
3636
- name: Generate RST
3737
run: oca-repo-pages --org $GITHUB_REPOSITORY_OWNER --conf-dir conf --path docsource
3838
- name: Generate docs

.github/workflows/update_repos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
python-version: "3.10"
1717
- name: Install requirements
18-
run: pip install pip install https://github.com/OCA-devel/repo-maintainer/archive/master.zip
18+
run: pip install pip install https://github.com/OCA/repo-maintainer/archive/master.zip
1919
- name: Manage repositories
2020
run:
21-
oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.ACTION_ORG_TOKEN}} --conf-dir ./conf
21+
oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.GIT_PUSH_TOKEN}} --conf-dir ./conf
File renamed without changes.

conf/repo/currency.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ currency:
1010
category: Currency
1111
default_branch: "16.0"
1212
name:
13-
" odoo currency related addons (crypto currencies, rate conversion, integrations
13+
"Odoo currency related addons (crypto currencies, rate conversion, integrations
1414
with third party applications,...)"
1515
psc: currency-maintainers
1616
psc_rep: core-maintainers-psc-representative

0 commit comments

Comments
 (0)