[CLN] set the repo name dynamically
All checks were successful
Sync Config to All Odoo Repositories / sync (push) Successful in 1m56s

This commit is contained in:
jscampucci
2025-09-17 15:33:58 +02:00
parent 954e119083
commit 5152368bcc
2 changed files with 16 additions and 12 deletions

View File

@@ -15,10 +15,10 @@ jobs:
python-version: "3.11"
- name: Get python version
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
# - uses: actions/cache@v4
# with:
# path: ~/.cache/pre-commit
# key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit