Skip to content

Commit

Permalink
[FIX] fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed Jul 30, 2024
1 parent b25f7b9 commit 33416fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: "3.10"
- name: Install requirements
run: pip install pip install https://github.com/OCA/repo-maintainer/archive/master.zip
run: pip install https://github.com/OCA/repo-maintainer/archive/master.zip
- name: Manage repositories
run:
oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.GIT_PUSH_TOKEN}} --conf-dir ./conf
Expand Down

0 comments on commit 33416fe

Please sign in to comment.