We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f14c6f commit b0d18e0Copy full SHA for b0d18e0
.github/workflows/test.yml
@@ -66,4 +66,4 @@ jobs:
66
- uses: codecov/codecov-action@v1
67
- name: Update .pot files
68
run: oca_export_and_push_pot https://x-access-token:${{ secrets.GIT_PUSH_TOKEN }}@github.com/${{ github.repository }}
69
- if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'OCA' }}
+ if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'Escodoo' }}
0 commit comments