Skip to content

Commit

Permalink
fix: Use correct branch slug for enterprise git
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde authored Jan 20, 2022
1 parent 071b72d commit 5adada7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ 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
with:
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
Expand Down

0 comments on commit 5adada7

Please sign in to comment.