We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245d3ea commit 9df833dCopy full SHA for 9df833d
1 file changed
.github/workflows/update_pot_files.yml
@@ -25,7 +25,8 @@ jobs:
25
- uses: actions/checkout@v4
26
with:
27
persist-credentials: false
28
-
+ - name: Install addons and dependencies
29
+ run: oca_install_addons
30
- name: Update .pot files
31
run: |
32
oca_export_and_push_pot \
0 commit comments