Skip to content

Commit

Permalink
In tests actions, configure git to avoid permissions issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshamerlinck committed Mar 7, 2024
1 parent 9c473ce commit 41b4b96
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Configure Git to avoid permissions issues
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Install addons and dependencies
run: oca_install_addons
- name: Check licenses
Expand Down

0 comments on commit 41b4b96

Please sign in to comment.