diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index dd8214b..bc244db 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -42,7 +42,7 @@ jobs: repository: odoo/enterprise token: ${{ secrets.ACTIONS_PAT }} path: odoo/enterprise - ref: ${{ env.GITHUB_BASE_REF_SLUG }} + ref: ${{ env.GITHUB_REF_SLUG }} - name: Odoo Themes uses: actions/checkout@v2 @@ -50,7 +50,7 @@ jobs: repository: opticrd/odoo-website-themes token: ${{ secrets.ACTIONS_PAT }} path: odoo/themes - ref: ${{ env.GITHUB_BASE_REF_SLUG }} + ref: ${{ env.GITHUB_REF_SLUG }} - name: Select Odoo modules to install id: get_modules