From 5adada7b851120e15f9597fb898d534e1966f998 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Thu, 20 Jan 2022 10:02:04 -0400 Subject: [PATCH] fix: Use correct branch slug for enterprise git --- .github/workflows/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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