Skip to content

Commit

Permalink
Include enterprise addons
Browse files Browse the repository at this point in the history
  • Loading branch information
borna-ng committed Oct 24, 2024
1 parent 7c9aa07 commit 35a7ecc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@ jobs:
env:
GHCR_IMAGE_NAME: ghcr.io/jobrad-gmbh/odoo
steps:
- uses: actions/checkout@v3
- name: Clone
uses: actions/checkout@v3

- name: Clone enterprise addons
uses: actions/checkout@v3
with:
repository: jobrad-gmbh/odoo-addons-enterprise
ref: 15.0
token: ${{ secrets.ODOO_REPO_TOKEN }}
path: addons_enterprise
fetch-depth: 1

- name: Create variables
shell: bash
Expand Down

0 comments on commit 35a7ecc

Please sign in to comment.